Skip to content

Commit

Permalink
Merge pull request #32 from loic425/symfony-6
Browse files Browse the repository at this point in the history
Add support for Symfony 6
  • Loading branch information
pamil authored Mar 30, 2022
2 parents 385c340 + c00926a commit b6de3f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
fail-fast: false
matrix:
php: ["7.4", "8.0"]
symfony: ["^4.4", "^5.2"]
symfony: ["^4.4", "^5.4", "6.0"]
exclude:
- php: "7.4"
symfony: "6.0"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
"php": "^7.4 || ^8.0",
"behat/behat": "^3.8",
"symfony/dependency-injection": "^4.4 || ^5.2"
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0"
},
"require-dev": {
"friends-of-behat/test-context": "^1.0"
Expand Down

0 comments on commit b6de3f9

Please sign in to comment.