mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-01-16 22:58:15 +01:00
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.
This commit is contained in:
parent
cde9bab3bb
commit
54139ca49b
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -39,6 +39,7 @@ jobs:
|
||||
- "8.2"
|
||||
- "8.3"
|
||||
- "8.4"
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: "actions/checkout@v4"
|
||||
|
Loading…
x
Reference in New Issue
Block a user