Skip to content

Commit 5eaf81b

Browse files
committed
Dont fail all jobs at once
Dont fail all jobs at once
1 parent 5a45650 commit 5eaf81b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
--health-timeout 5s
2020
--health-retries 5
2121
strategy:
22+
fail-fast: false
2223
matrix:
2324
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
2425
redis-versions: ['5', '6', '7']

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^7.4 || ^8.1",
27+
"php": "^7.1 || ^8.1",
2828
"ext-json": "*",
2929
"ext-pcntl": "*",
3030
"ext-pcre": "*",

0 commit comments

Comments
 (0)