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 f6242fc commit 3b5e44aCopy full SHA for 3b5e44a
.github/workflows/run-tests.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: true
10
matrix:
11
- php: [8.4, 8.5]
+ php: [8.3, 8.4, 8.5]
12
dependency-version: [prefer-lowest, prefer-stable]
13
os: [ubuntu-latest]
14
composer.json
@@ -19,7 +19,7 @@
19
}
20
],
21
"require": {
22
- "php": "^8.4",
+ "php": "^8.3",
23
"symfony/process": "^7.0|^8.0"
24
},
25
"require-dev": {
0 commit comments