Skip to content

Commit

Permalink
Allow Symfony 7 (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Sep 11, 2023
1 parent bfb1e6b commit 1ab208c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
name: "PHPUnit"
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@1.4.1"
with:
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1"]'
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": "^7.2|^8.0",
"symfony/framework-bundle": "~3.4|~4.0|~5.0|~6.0",
"symfony/framework-bundle": "~3.4|~4.0|~5.0|~6.0|~7.0",
"doctrine/doctrine-bundle": "~1.0|~2.0",
"doctrine/migrations": "^3.2"
},
Expand Down

0 comments on commit 1ab208c

Please sign in to comment.