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 9781cbc + a6a0fc6 commit e2c6390Copy full SHA for e2c6390
.github/workflows/php.yml
@@ -14,7 +14,7 @@ jobs:
14
15
strategy:
16
matrix:
17
- php-versions: [ '8.4' ]
+ php-versions: [ '8.3', '8.4' ]
18
19
runs-on: ubuntu-latest
20
composer.json
@@ -20,7 +20,7 @@
}
21
],
22
"require": {
23
- "php": ">=8.4",
+ "php": ">=8.3",
24
"psr/clock": "^1",
25
"webmozart/assert": "^1.11"
26
},
0 commit comments