From 420b44af223f0b9aa98d85ffa4fdb5943cb6fdcb Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 13 Sep 2017 20:47:58 +0200 Subject: [PATCH] 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. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 18a0ea73..48384217 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'