mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-10 21:45:35 +00:00
wrong place ... when shared defaults :(
This commit is contained in:
parent
dd0d8842d5
commit
efc5f34877
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -13,7 +13,6 @@ 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
|
||||||
@ -34,6 +33,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php: [7.3.25, 7.4.13]
|
php: [7.3.25, 7.4.13]
|
||||||
|
|
||||||
@ -78,6 +78,7 @@ jobs:
|
|||||||
needs: build-php
|
needs: build-php
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php: [7.3.25, 7.4.13]
|
php: [7.3.25, 7.4.13]
|
||||||
|
|
||||||
@ -122,6 +123,7 @@ jobs:
|
|||||||
needs: build-php
|
needs: build-php
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php: [7.3.25, 7.4.13]
|
php: [7.3.25, 7.4.13]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user