Skip to content

Commit

Permalink
minor: add Symfony 7.0 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Dec 14, 2023
1 parent 4c4d099 commit 8ea43d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ jobs:
matrix:
php: [ 8.1, 8.2 ]
deps: [ highest ]
symfony: [ 6.3.*, 6.4.* ]
symfony: [ 6.3.*, 6.4.*, 7.0.* ]
database: [ mysql, mongo ]
use-dama: [ 1 ]
exclude:
- php: 8.1
symfony: 7.0.*
include:
- php: 8.0
deps: lowest
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"doctrine/doctrine-bundle": "^2.5",
"doctrine/doctrine-migrations-bundle": "^2.2|^3.0",
"doctrine/mongodb-odm": "^2.4",
"doctrine/mongodb-odm-bundle": "^4.4.0",
"doctrine/mongodb-odm-bundle": "^4.4.0|^5.0",
"doctrine/orm": "^2.11",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.1|^5.0",
"phpunit/phpunit": "^9.5.0",
"symfony/dotenv": "^5.4|^6.0|^7.0",
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
Expand Down

0 comments on commit 8ea43d5

Please sign in to comment.