Skip to content

Commit 3b5e44a

Browse files
authored
Downgrade PHP requirement from ^8.4 to ^8.3 (#243)
1 parent f6242fc commit 3b5e44a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.4, 8.5]
11+
php: [8.3, 8.4, 8.5]
1212
dependency-version: [prefer-lowest, prefer-stable]
1313
os: [ubuntu-latest]
1414

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.4",
22+
"php": "^8.3",
2323
"symfony/process": "^7.0|^8.0"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)