Skip to content

Commit

Permalink
feature #27 Allow Symfony 5 (emodric)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.2-dev branch.

Discussion
----------



Commits
-------

b41ce25 Allow Symfony 5
b8325a8 Adjust Symfony versions on Travis
77290ae Update Travis config to remove PHP 7.1 from Symfony 5 builds
  • Loading branch information
lchrusciel authored Feb 13, 2020
2 parents 4b6dc27 + 77290ae commit 345a4f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
language: php

php:
- 7.1
- 7.2
- 7.3

env:
- SYMFONY_VERSION=3.4.*
- SYMFONY_VERSION=4.1.*
- SYMFONY_VERSION=4.2.*
- SYMFONY_VERSION=4.4.*
- SYMFONY_VERSION=5.0.*

matrix:
include:
- php: 7.1
env: SYMFONY_VERSION=3.4.*
- php: 7.1
env: SYMFONY_VERSION=4.4.*

cache:
directories:
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 @@
"php": "^7.1",

"behat/behat": "^3.4",
"symfony/dependency-injection": "^3.4|^4.1"
"symfony/dependency-injection": "^3.4|^4.1|^5.0"
},
"require-dev": {
"friends-of-behat/test-context": "^1.0"
Expand Down

0 comments on commit 345a4f9

Please sign in to comment.