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.
2 parents 344e13b + 617a959 commit df91598Copy full SHA for df91598
.github/workflows/test.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
matrix:
16
- php-version: [ '8.2', '8.3', '8.4' ]
+ php-version: [ '8.3', '8.4' ]
17
18
name: Run tests on PHP v${{ matrix.php-version }}
19
composer.json
@@ -20,7 +20,7 @@
20
}
21
},
22
"require": {
23
- "php": ">=8.2"
+ "php": ">=8.3"
24
25
"require-dev": {
26
"phpunit/phpunit": "^11.5",
0 commit comments