Skip to content

Commit 9c2cdb8

Browse files
committed
Remove Symfony 8 until XML config is migrated to PHP
1 parent a11560e commit 9c2cdb8

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ jobs:
2020
php: ["8.2", "8.3", "8.4", "8.5"]
2121
symfony: ["^6.4", "^7.4"]
2222
dbal: ["^3.0"]
23-
include:
24-
-
25-
php: "8.4"
26-
symfony: "^8.0"
27-
dbal: "^4.0"
28-
-
29-
php: "8.5"
30-
symfony: "^8.0"
31-
dbal: "^4.0"
3223

3324
steps:
3425
-

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"php": "^8.2",
2828
"doctrine/data-fixtures": "^1.2 || ^2.0",
2929
"monolog/monolog": "^1.25 || ^2.1 || ^3",
30-
"symfony/framework-bundle": "^6.4 || ^7.4 || ^8.0",
31-
"symfony/monolog-bridge": "^6.4 || ^7.4 || ^8.0",
30+
"symfony/framework-bundle": "^6.4 || ^7.4",
31+
"symfony/monolog-bridge": "^6.4 || ^7.4",
3232
"webmozart/assert": "^1.9"
3333
},
3434
"require-dev": {

0 commit comments

Comments
 (0)