Skip to content

Commit 24ea70a

Browse files
authored
Update .travis.yml
1 parent b9cbe01 commit 24ea70a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ matrix:
3636
env: setup=lowest symfony="^5"
3737
- php: 7.4
3838
env: setup=lowest symfony="^5"
39+
allow_failures:
40+
- php: 5.6
41+
- php: 7.4
3942

4043
install:
4144
- if [[ $symfony != '*' ]]; then travis_retry composer require symfony/http-foundation:${symfony} --no-update --no-interaction; fi

0 commit comments

Comments
 (0)