Skip to content

Commit 95576e0

Browse files
committed
Bump to symfony ^6.4 || ^7.0
1 parent 178ca6f commit 95576e0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
uses: "nucleos/actions/.github/workflows/continuous-integration.yml@main"
1414
with:
1515
PHP_EXTENSIONS: "mbstring"
16-
SYMFONY_VERSIONS: "5.4"
16+
SYMFONY_VERSIONS: "6.4,7.0"
1717
secrets:
1818
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@
4343
"php": "^8.1",
4444
"doctrine/inflector": "^2.0.4",
4545
"sonata-project/admin-bundle": "^4.7",
46-
"symfony/config": "^5.4 || ^6.2",
47-
"symfony/dependency-injection": "^5.4 || ^6.2",
48-
"symfony/http-kernel": "^5.4 || ^6.2"
46+
"symfony/config": "^6.4 || ^7.0",
47+
"symfony/dependency-injection": "^6.4 || ^7.0",
48+
"symfony/http-kernel": "^6.4 || ^7.0"
4949
},
5050
"require-dev": {
5151
"doctrine/doctrine-fixtures-bundle": "^3.0",
5252
"ergebnis/composer-normalize": "^2.0.1",
5353
"matthiasnoback/symfony-dependency-injection-test": "^5.0",
5454
"sonata-project/doctrine-orm-admin-bundle": "^4.2",
55-
"symfony/phpunit-bridge": "^6.0"
55+
"symfony/phpunit-bridge": "^7.0"
5656
},
5757
"autoload": {
5858
"psr-4": {

0 commit comments

Comments
 (0)