Skip to content

Commit

Permalink
Can we support 7.0 still?
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudi Theunissen committed Mar 9, 2022
1 parent e29dc60 commit 43d2df3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
strategy:
matrix:
php-version:
- "7.0"
- "7.1"
- "7.2"
- "7.3"
- "7.4"
- "8.0"
- "8.1"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": ">=7.0",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit 43d2df3

Please sign in to comment.