Skip to content

Commit b0c3167

Browse files
committed
[Maintenance] Add Symfony 8, PHP 8.4/8.5, drop Symfony 5.4 and older PHP
1 parent f0a64e1 commit b0c3167

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,9 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php: ["8.1", "8.2", "8.3"]
21-
symfony: ["^5.4", "^6.4", "^7.0"]
22-
dbal: ["^2.0", "^3.0"]
23-
exclude:
24-
-
25-
php: "8.1"
26-
symfony: "^7.0"
27-
-
28-
symfony: "^7.0"
29-
dbal: "^2.0"
20+
php: ["8.4", "8.5"]
21+
symfony: ["^6.4", "^7.4", "^8.0"]
22+
dbal: ["^3.0"]
3023

3124
steps:
3225
-

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^8.1",
27+
"php": "^8.4",
2828
"doctrine/data-fixtures": "^1.2",
2929
"monolog/monolog": "^1.25 || ^2.1 || ^3",
30-
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
31-
"symfony/monolog-bridge": "^5.4 || ^6.0 || ^7.0",
30+
"symfony/framework-bundle": "^6.4 || ^7.4 || ^8.0",
31+
"symfony/monolog-bridge": "^6.4 || ^7.4 || ^8.0",
3232
"webmozart/assert": "^1.9"
3333
},
3434
"require-dev": {

0 commit comments

Comments
 (0)