Skip to content

Commit 54139ca

Browse files
committed
Disable fail-fast
PHP 8.4 currently fails because the version is installed version is too old. Avoid cancelling other CI jobs because of that.
1 parent cde9bab commit 54139ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- "8.2"
4040
- "8.3"
4141
- "8.4"
42+
fail-fast: false
4243
steps:
4344
- name: "Checkout"
4445
uses: "actions/checkout@v4"

0 commit comments

Comments
 (0)