Skip to content

Commit

Permalink
Travis: run the build tests against PHP 7.2 as well
Browse files Browse the repository at this point in the history
The new Trusty images as per Sept 7 include an image for PHP 7.2 (even though it hasn't been released yet) and nightly is now PHP 7.3-dev.
  • Loading branch information
jrfnl committed Nov 30, 2017
1 parent 31d97e8 commit 588b33a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ matrix:
env: GTEPHPFIVEFOUR=1 SNIFF=1
- php: '7.1'
env: GTEPHPFIVEFOUR=1
- php: '7.2'
env: GTEPHPFIVEFOUR=1
- php: 'hhvm'
env: GTEPHPFIVEFOUR=1
- php: 'nightly'
Expand Down

0 comments on commit 588b33a

Please sign in to comment.