Skip to content

Commit

Permalink
Disable fail-fast
Browse files Browse the repository at this point in the history
PHP 8.4 currently fails because the version is installed version
is too old. Avoid cancelling other CI jobs because of that.
  • Loading branch information
nikic committed Sep 1, 2024
1 parent cde9bab commit 54139ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- "8.2"
- "8.3"
- "8.4"
fail-fast: false
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
Expand Down

0 comments on commit 54139ca

Please sign in to comment.