forked from mirror/_s
Merge pull request #1205 from jrfnl/feature/build-against-highest-php-version
Travis: build against highest available PHP version
This commit is contained in:
commit
a0ee266dee
|
@ -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'
|
||||
|
||||
|
|
Reference in New Issue