Skip to content

Commit

Permalink
Symfony 4.1 doesn't play with PHP 7.4 correctly
Browse files Browse the repository at this point in the history
But it's also no supported anymore, so just exclude it from the build.
  • Loading branch information
rosstuck committed Dec 11, 2019
1 parent e87942b commit aa3fd59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ matrix:
env: SYMFONY_VERSION="4.1.*"
- php: 7.0
env: SYMFONY_VERSION="4.2.*"
- php: 7.4
env: SYMFONY_VERSION="4.1.*"

before_install:
- composer self-update || true
Expand Down

0 comments on commit aa3fd59

Please sign in to comment.