Make WordPress Core

Changeset 41175


Ignore:
Timestamp:
07/27/2017 05:37:57 PM (7 years ago)
Author:
jorbin
Message:

Build/Test Tools: Add PHP 7.2 to test matrix

PHP has branched 7.2 and master is now 7.3. This change ensures that 7.2 is tested. As 7.2 is still in development and is not ready for production, failures are allowed.

See #40109.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r41072 r41175  
    1616    env: WP_TRAVISCI=travis:js
    1717  - php: 7.1
     18  - php: 7.2
    1819  - php: 7.0
    1920  - php: 5.6
     
    3031  allow_failures:
    3132  - php: nightly
     33  - php: 7.2
    3234before_install:
    3335- |
Note: See TracChangeset for help on using the changeset viewer.