Skip to content

Commit

Permalink
minor #2467 added PHP 7.2 to the test matrix (fabpot)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.x branch.

Discussion
----------

added PHP 7.2 to the test matrix

Commits
-------

0768f10 added PHP 7.2 to the test matrix
  • Loading branch information
fabpot committed May 12, 2017
2 parents ad59930 + 0768f10 commit 97d741a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,7 @@ php:
- 5.6
- 7.0
- 7.1
- nightly
- hhvm

env:
Expand Down Expand Up @@ -41,3 +42,5 @@ matrix:
env: TWIG_EXT=yes
- php: 7.1
env: TWIG_EXT=yes
- php: nightly
env: TWIG_EXT=yes

0 comments on commit 97d741a

Please sign in to comment.