Skip to content

Commit dcec8bc

Browse files
committed
Drop support for PHP 8.1.
1 parent acba2ee commit dcec8bc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/unit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
php-version:
19-
- "8.1"
2019
- "8.2"
2120
- "8.3"
2221
- "8.4"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"license": "MIT",
1111
"require": {
12-
"php": ">=8.1",
12+
"php": ">=8.2",
1313
"setbased/exception": "^2.3.0"
1414
},
1515
"minimum-stability": "dev",

0 commit comments

Comments
 (0)