Skip to content

Commit ad84fbb

Browse files
author
Benoit POLASZEK
committed
chore: drop PHP 8.2 support
1 parent 01b33e2 commit ad84fbb

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- "lowest"
2222
- "highest"
2323
php-version:
24-
- "8.2"
2524
- "8.3"
2625
- "8.4"
2726
- "8.5"

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 || ~8.5",
19-
"symfony/translation": "~5.4||~6.4||~7||~8"
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)