Skip to content

Commit

Permalink
Dropping framework 3.4 but allow prefer lowest to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
KDederichs committed Jan 31, 2020
1 parent ae53568 commit 5dd9235
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ matrix:
env: SYMFONY_VERSION=4.4.*
- php: 7.4
env: SYMFONY_VERSION=5.0.*
allow_failures:
- env: COMPOSER_FLAGS="--prefer-lowest"
- env: SYMFONY_VERSION=5.0.*
before_install:
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "^7.2",
"symfony/framework-bundle": "^4.2|^5.0",
"symfony/framework-bundle": "^3.4|^4.3|^5.0",
"sensio/framework-extra-bundle": "^3.0|^4.0|^5.0"
},
"require-dev": {
Expand Down

0 comments on commit 5dd9235

Please sign in to comment.