Skip to content

Commit 501f506

Browse files
[Maintenance][CI] Bump symfony to ^7.4
1 parent 36b09b0 commit 501f506

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
php: ["8.2", "8.3"]
29-
symfony: ["^6.4", "~7.3.0"]
30-
sylius: ["~2.0.1", "~2.1.0"]
29+
symfony: ["^6.4", "^7.4"]
30+
sylius: ["~2.0.1", "~2.1.0", "~2.2.0"]
3131
database: ["mysql", "postgres"]
3232
mysql: ["8.4"]
3333
postgres: ["15.8"]
@@ -36,7 +36,7 @@ jobs:
3636

3737
include:
3838
- php: "8.3"
39-
symfony: "~7.2.0"
39+
symfony: "~7.3.0"
4040
sylius: "~2.1.0"
4141
node: "24.x"
4242
database: "mysql"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"dev-master": "2.0-dev"
7373
},
7474
"symfony": {
75-
"require": "^6.4"
75+
"require": "^7.4"
7676
},
7777
"public-dir": "vendor/sylius/test-application/public"
7878
},

0 commit comments

Comments
 (0)