Skip to content

Commit bf898e0

Browse files
[Maintenance][CI] Bump symfony to ^7.4 (Sylius#416)
| Q | A | --------------- | ----- | Branch? | 2.1 | Bug fix? | no | New feature? | no | Related tickets | -
2 parents f6a1d3a + ab83279 commit bf898e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
php: ["8.2", "8.3"]
30-
symfony: ["^6.4", "~7.3.0"]
31-
sylius: ["~2.0.1", "~2.1.0"]
30+
symfony: ["^6.4", "^7.4"]
31+
sylius: ["~2.0.1", "~2.1.0", "~2.2.0"]
3232
database: ["mysql", "postgres"]
3333
mysql: ["8.4"]
3434
postgres: ["15.8"]

composer.json

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

0 commit comments

Comments
 (0)