mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-10 21:45:35 +00:00
actions: disable fail-fast
This commit is contained in:
parent
7bdc564ccc
commit
dd0d8842d5
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php: [7.3.25, 7.4.13]
|
php: [7.3.25, 7.4.13]
|
||||||
|
fail-fast: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2 #needed for build.sh
|
- uses: actions/checkout@v2 #needed for build.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user