Merge pull request #1205 from jrfnl/feature/build-against-highest-php-version

Travis: build against highest available PHP version
This commit is contained in:
Philip Arthur Moore 2017-09-15 23:30:02 +07:00 committed by GitHub
commit a0ee266dee
1 changed files with 2 additions and 2 deletions

View File

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