Skip to content

Commit

Permalink
Also test PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Dec 23, 2019
1 parent 3a758d1 commit 70afdc2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- 7.4
- nightly

matrix:
Expand All @@ -42,10 +42,13 @@ matrix:
env: deps=low SYMFONY_PHPUNIT_VERSION=5.7.27
- php: 7.3
env: deps=beta
- php: 7.4
env: deps=low SYMFONY_PHPUNIT_VERSION=5.7.27
- php: 7.4
env: deps=beta
allow_failures:
- env: deps=beta
- php: nightly
- php: 7.4snapshot

before_install:
- phpenv config-rm xdebug.ini || echo "xdebug not available"
Expand Down

0 comments on commit 70afdc2

Please sign in to comment.