Skip to content

Commit c4567f7

Browse files
authored
Test PHP 7.3 and 7.4 (#205)
* Test PHP 7.3 and 7.4 * Update .travis.yml * Update .travis.yml
1 parent 125ee8a commit c4567f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ php:
55
- 7.0
66
- 7.1
77
- 7.2
8+
- 7.3
9+
- 7.4snapshot
810

911
# This triggers builds to run on the new TravisCI infrastructure.
1012
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
@@ -28,7 +30,9 @@ matrix:
2830
env: setup=lowest symfony="^3"
2931
- php: 7.1
3032
env: setup=lowest symfony="^4"
31-
33+
allow_failures:
34+
- php: 7.4snapshot
35+
3236
install:
3337
- if [[ $symfony != '*' ]]; then travis_retry composer require symfony/http-foundation:${symfony} --no-update --no-interaction; fi
3438
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi

0 commit comments

Comments
 (0)