Skip to content

Commit bcd8047

Browse files
authored
chore: Bump to PHP 8.1 (#207)
We did not have the need for PHP 7.4 internally for a while already now and 7.4 is no longer maintained so there is no point keeping it anymore.
1 parent 29ce914 commit bcd8047

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
php:
20-
- "7.4"
21-
- "8.0"
2220
- "8.1"
2321
- "8.2"
2422

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.4 || ^8.0",
17+
"php": "^8.1",
1818
"fidry/cpu-core-counter": "^0.4.0",
1919
"nikic/iter": "^2.2",
2020
"psr/log": "^1.1 || ^2.0 || ^3.0",

0 commit comments

Comments
 (0)