Skip to content

Commit 251efe0

Browse files
Merge pull request #2 from nopenopenope/allow-php-7.4
Allow PHP 7.4
2 parents 199e0c2 + 48b0fc6 commit 251efe0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
php-version:
18+
- "7.4"
1819
- "8.0"
1920
- "8.1"
2021
- "8.2"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^8.0"
24+
"php": "^7.4|^8.0"
2525
},
2626
"require-dev": {
2727
"phpstan/phpstan": "^1.10",

0 commit comments

Comments
 (0)