Skip to content

Commit

Permalink
let Travis run tests with PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Dec 7, 2017
1 parent ae758ad commit f832df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matrix:
env: DEPS='lowest'
- php: 5.6
env: SYMFONY_VERSION='2.3.*' SYMFONY_DEPRECATIONS_HELPER='666'
- php: 7.1
- php: 7.2
env: DEPS='unmodified' SYMFONY_DEPRECATIONS_HELPER='666'
- php: hhvm
env: SYMFONY_VERSION='2.7.*'
Expand Down

0 comments on commit f832df7

Please sign in to comment.