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 b9cbe01 commit 24ea70aCopy full SHA for 24ea70a
.travis.yml
@@ -36,6 +36,9 @@ matrix:
36
env: setup=lowest symfony="^5"
37
- php: 7.4
38
39
+ allow_failures:
40
+ - php: 5.6
41
+ - php: 7.4
42
43
install:
44
- if [[ $symfony != '*' ]]; then travis_retry composer require symfony/http-foundation:${symfony} --no-update --no-interaction; fi
0 commit comments