Skip to content

Commit 01b33e2

Browse files
author
Benoit POLASZEK
committed
feat: PHP8.5 + SF 8+ support
1 parent 17f435f commit 01b33e2

File tree

9 files changed

+457
-753
lines changed

9 files changed

+457
-753
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "8.2"
2525
- "8.3"
2626
- "8.4"
27+
- "8.5"
2728
operating-system:
2829
- "ubuntu-latest"
2930

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
vendor/
22
bin/
3-
var/
3+
var/
4+
composer.lock

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
}
1616
],
1717
"require": {
18-
"php": "~8.2 || ~8.3 || ~8.4",
19-
"symfony/translation": "~5.4||~6.4||~7"
18+
"php": "~8.2 || ~8.3 || ~8.4 || ~8.5",
19+
"symfony/translation": "~5.4||~6.4||~7||~8"
2020
},
2121
"require-dev": {
2222
"thunderer/shortcode": "^0.7",

0 commit comments

Comments
 (0)