Skip to content

Commit

Permalink
Test PHP 7.3 and 7.4 (#205)
Browse files Browse the repository at this point in the history
* Test PHP 7.3 and 7.4

* Update .travis.yml

* Update .travis.yml
  • Loading branch information
barryvdh authored Mar 13, 2019
1 parent 125ee8a commit c4567f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4snapshot

# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
Expand All @@ -28,7 +30,9 @@ matrix:
env: setup=lowest symfony="^3"
- php: 7.1
env: setup=lowest symfony="^4"

allow_failures:
- php: 7.4snapshot

install:
- if [[ $symfony != '*' ]]; then travis_retry composer require symfony/http-foundation:${symfony} --no-update --no-interaction; fi
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi
Expand Down

0 comments on commit c4567f7

Please sign in to comment.