Skip to content

Commit

Permalink
[MINOR] Add support for symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Nov 21, 2019
1 parent 2310523 commit 1601856
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -43,6 +43,15 @@ matrix:
- stage: test
php: 7.3
env: SYMFONY_VERSION=4.2.*
- stage: test
php: 7.3
env: SYMFONY_VERSION=4.3.*
- stage: test
php: 7.3
env: SYMFONY_VERSION=4.4.*
- stage: test
php: 7.3
env: SYMFONY_VERSION=5.0.*
allow_failures:
- php: 7.3
env: TARGET=checkdeps
Expand Down

0 comments on commit 1601856

Please sign in to comment.