We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125ee8a commit c4567f7Copy full SHA for c4567f7
.travis.yml
@@ -5,6 +5,8 @@ php:
5
- 7.0
6
- 7.1
7
- 7.2
8
+ - 7.3
9
+ - 7.4snapshot
10
11
# This triggers builds to run on the new TravisCI infrastructure.
12
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
@@ -28,7 +30,9 @@ matrix:
28
30
env: setup=lowest symfony="^3"
29
31
- php: 7.1
32
env: setup=lowest symfony="^4"
-
33
+ allow_failures:
34
+ - php: 7.4snapshot
35
+
36
install:
37
- if [[ $symfony != '*' ]]; then travis_retry composer require symfony/http-foundation:${symfony} --no-update --no-interaction; fi
38
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi
0 commit comments