Do not allow more than 1 run to compile PHP at a time

this causes cache collisions and build failures
This commit is contained in:
Dylan T 2023-01-23 20:13:29 +00:00 committed by GitHub
parent 6173471cca
commit bd3e9e1cad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ jobs:
build-php:
name: Prepare PHP
runs-on: ${{ matrix.image }}
concurrency: php-build-${{ matrix.php }}
strategy:
matrix: