We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5bead commit 880cf95Copy full SHA for 880cf95
.travis.yml
@@ -6,7 +6,7 @@ php:
6
- 7.1
7
- 7.2
8
- 7.3
9
- - 7.4snapshot
+ - 7.4
10
11
# This triggers builds to run on the new TravisCI infrastructure.
12
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
@@ -32,8 +32,10 @@ matrix:
32
env: setup=lowest symfony="^4"
33
- php: 7.2
34
env: setup=lowest symfony="^5"
35
- allow_failures:
36
- - php: 7.4snapshot
+ - php: 7.3
+ env: setup=lowest symfony="^5"
37
+ - php: 7.4
38
39
40
install:
41
- if [[ $symfony != '*' ]]; then travis_retry composer require symfony/http-foundation:${symfony} --no-update --no-interaction; fi
0 commit comments