We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acba2ee commit dcec8bcCopy full SHA for dcec8bc
.github/workflows/unit.yml
@@ -16,7 +16,6 @@ jobs:
16
fail-fast: false
17
matrix:
18
php-version:
19
- - "8.1"
20
- "8.2"
21
- "8.3"
22
- "8.4"
composer.json
@@ -9,7 +9,7 @@
9
],
10
"license": "MIT",
11
"require": {
12
- "php": ">=8.1",
+ "php": ">=8.2",
13
"setbased/exception": "^2.3.0"
14
},
15
"minimum-stability": "dev",
0 commit comments