Skip to content

Commit

Permalink
Merge pull request #189 from nicolas-grekas/patch-1
Browse files Browse the repository at this point in the history
Allow Symfony 5 to unlock the CI of symfony/symfony
  • Loading branch information
stof committed Sep 20, 2019
2 parents 0ed4a2e + d8e5bdc commit 33e9039
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -2,6 +2,8 @@ language: php

sudo: false

dist: trusty

cache:
directories:
- $HOME/.composer/cache/files
Expand All @@ -17,9 +19,8 @@ matrix:
env: setup=lowest
- php: 7.1
- php: 7.2
- php: hhvm
allow_failures:
- php: hhvm
- php: 7.3
- php: 7.4snapshot

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": "^5.5 || ^7.0",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
Expand Down

0 comments on commit 33e9039

Please sign in to comment.