Skip to content

Commit

Permalink
Support Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Niiph committed Jan 9, 2024
1 parent 668dd79 commit 8cf26b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- php-version: '8.0'
dependencies: highest
variant: 'doctrine/orm:~2.7 symfony/property-access:^6.0'
- php-version: '8.0'
dependencies: highest
variant: 'doctrine/orm:~2.7 symfony/property-access:^7.0'
steps:
- name: Checkout
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 @@ -22,7 +22,7 @@
"require": {
"php": ">=7.2",
"doctrine/orm": "~2.5",
"symfony/property-access": "^4.0 || ^5.2 || ^6.0",
"symfony/property-access": "^4.0 || ^5.2 || ^6.0 || ^7.0",
"symfony/polyfill-php80": "^1.20"
},
"require-dev": {
Expand Down

0 comments on commit 8cf26b2

Please sign in to comment.