fix builds?
This commit is contained in:
parent
2fb5f21ba2
commit
319e37c9e9
3 changed files with 3 additions and 3 deletions
2
.github/workflows/php-core.yml
vendored
2
.github/workflows/php-core.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
name: "Build PHP Core"
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
max-parallel: ${{ !env.ACT && 15 || 1 }}
|
||||
max-parallel: 15
|
||||
fail-fast: false
|
||||
matrix:
|
||||
version:
|
||||
|
|
|
|||
2
.github/workflows/php-flavours.yml
vendored
2
.github/workflows/php-flavours.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: ${{ !env.ACT && 15 || 1 }}
|
||||
max-parallel: 15
|
||||
matrix:
|
||||
variant:
|
||||
- cli
|
||||
|
|
|
|||
2
.github/workflows/redis.yml
vendored
2
.github/workflows/redis.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
name: "Redis with Healthchecks"
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
max-parallel: ${{ !env.ACT && 15 || 1 }}
|
||||
max-parallel: 15
|
||||
matrix:
|
||||
redis:
|
||||
- 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue