fix builds?

This commit is contained in:
Greyscale 2024-01-27 06:03:03 +01:00
parent 2fb5f21ba2
commit 319e37c9e9
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2
3 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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

View file

@ -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