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.


git-svn-id: https://develop.svn.wordpress.org/trunk@41175 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Aaron Jorbin 2017-07-27 17:37:57 +00:00
parent e0dd90123d
commit cc134ea791
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ matrix:
- php: 7.1
env: WP_TRAVISCI=travis:js
- php: 7.1
- php: 7.2
- php: 7.0
- php: 5.6
- php: 5.6
@ -29,6 +30,7 @@ matrix:
- php: nightly
allow_failures:
- php: nightly
- php: 7.2
before_install:
- |
if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then