Travis: build against highest available PHP version

The new Trusty images as per Sept 7 include an image for PHP 7.2 (even though it hasn't been released yet).

The `_s` build tests are run against the lowest/highest supported PHP version for 5 and 7.
As `7.2` is now available, it should replace the `7.1` build.
This commit is contained in:
jrfnl 2017-09-13 20:47:58 +02:00
parent 67cdccbb67
commit 420b44af22
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ matrix:
env: SNIFF=1
# aliased to a recent 7.0.x version
- php: '7.0'
# aliased to a recent 7.1.x version
- php: '7.1'
# aliased to a recent 7.2.x version
- php: '7.2'
# aliased to a recent hhvm version
- php: 'hhvm'