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 eb7dd61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- '7.3'
- '7.4'
- '8.0'
- '8.2'
variant: [normal]
include:
- php-version: '7.2'
Expand All @@ -32,6 +33,9 @@ jobs:
- php-version: '8.0'
dependencies: highest
variant: 'doctrine/orm:~2.7 symfony/property-access:^6.0'
- php-version: '8.2'
dependencies: highest
variant: 'doctrine/orm:~2.7 symfony/property-access:^7.0'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"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": {
"phpspec/phpspec": "~6.3"
"phpspec/phpspec": "~6.3 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit eb7dd61

Please sign in to comment.