Skip to content

Commit 1ab208c

Browse files
Allow Symfony 7 (#508)
1 parent bfb1e6b commit 1ab208c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
name: "PHPUnit"
1515
uses: "doctrine/.github/.github/workflows/[email protected]"
1616
with:
17-
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1"]'
17+
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": "^7.2|^8.0",
24-
"symfony/framework-bundle": "~3.4|~4.0|~5.0|~6.0",
24+
"symfony/framework-bundle": "~3.4|~4.0|~5.0|~6.0|~7.0",
2525
"doctrine/doctrine-bundle": "~1.0|~2.0",
2626
"doctrine/migrations": "^3.2"
2727
},

0 commit comments

Comments
 (0)