Skip to content

Commit 43d2df3

Browse files
author
Rudi Theunissen
committed
Can we support 7.0 still?
1 parent e29dc60 commit 43d2df3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
strategy:
1616
matrix:
1717
php-version:
18+
- "7.0"
19+
- "7.1"
20+
- "7.2"
21+
- "7.3"
1822
- "7.4"
1923
- "8.0"
2024
- "8.1"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.4 || ~8.0.0 || ~8.1.0",
12+
"php": ">=7.0",
1313
"ext-json": "*"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)