Skip to content

Commit

Permalink
PHP 7.4 is now GA
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Dec 3, 2019
1 parent e61b809 commit f63d932
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- 7.4

matrix:
include:
- php: 7.1.0
env: dependencies=lowest
allow_failures:
- php: 7.4snapshot

before_script:
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest; else composer update; fi;
Expand Down

0 comments on commit f63d932

Please sign in to comment.