Skip to content

Commit

Permalink
Support Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
yguedidi committed Dec 24, 2023
1 parent 452e322 commit 5763acd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,19 @@ jobs:
strategy:
matrix:
php: [7.4, 8.0, 8.1, 8.2]
symfony-version: [4.4.*, 5.4.*, 6.4.*]
symfony-version: [4.4.*, 5.4.*, 6.4.*, 7.0.*]
composer-flags: ['', '--prefer-lowest']
exclude:
- php: 7.4
symfony-version: 6.4.*
- php: 7.4
symfony-version: 7.0.*
- php: 8.0
symfony-version: 6.4.*
- php: 8.0
symfony-version: 7.0.*
- php: 8.1
symfony-version: 7.0.*
fail-fast: true
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

"hoa/ruler": "~2.0",
"hoa/consistency": "^1.17.05",
"symfony/property-access": "^4.4|^5.4|^6.4"
"symfony/property-access": "^4.4|^5.4|^6.4|^7.0"
},
"require-dev": {
"ext-json": "*",
Expand Down

0 comments on commit 5763acd

Please sign in to comment.