Skip to content

Commit 3a8c407

Browse files
authored
feat: PHP8.5 + SF 8+ support (#149)
* feat: PHP8.5 + SF 8+ support * chore: drop PHP 8.2 support --------- Co-authored-by: Benoit POLASZEK <=>
1 parent 17f435f commit 3a8c407

File tree

10 files changed

+458
-755
lines changed

10 files changed

+458
-755
lines changed

.github/workflows/static-analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dependencies:
2020
- "locked"
2121
php-version:
22-
- "8.2"
22+
- "8.3"
2323
operating-system:
2424
- "ubuntu-latest"
2525

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- "lowest"
2222
- "highest"
2323
php-version:
24-
- "8.2"
2524
- "8.3"
2625
- "8.4"
26+
- "8.5"
2727
operating-system:
2828
- "ubuntu-latest"
2929

.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.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)