Skip to content

Commit

Permalink
add build limit
Browse files Browse the repository at this point in the history
  • Loading branch information
fizzka committed Oct 4, 2023
1 parent 49a6bca commit 78d4933
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 4
fail-fast: true
matrix:
php:
- 7.4
Expand Down

0 comments on commit 78d4933

Please sign in to comment.