Skip to content

Commit 616349b

Browse files
committed
bump min php version to 8.1 as requested in PR feedback (@norberttech)
1 parent 9202b5c commit 616349b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1"
22+
- "8.2"
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.1"
2524
- "8.2"
2625
- "8.3"
26+
- "8.4"
2727
operating-system:
2828
- "ubuntu-latest"
2929

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "~8.1 || ~8.2 || ~8.3 || ~8.4",
18+
"php": "~8.2 || ~8.3 || ~8.4",
1919
"symfony/translation": "~5.4||~6.4||~7",
2020
"symfony/yaml": "~5.4||~6.4||~7",
2121
"aeon-php/calendar": "^1.0"

0 commit comments

Comments
 (0)