Skip to content

Commit

Permalink
ci(tests): move workflows to tests.yml and limit parallel executions (
Browse files Browse the repository at this point in the history
#71)

This moves all test workflows from `laravel.yml` to `tests.yml` and
limits parallel executions to three.

---------

Signed-off-by: Valentin Sickert <[email protected]>
  • Loading branch information
Lapotor authored Dec 13, 2023
1 parent 0fc0bc8 commit 7b8ad8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/laravel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

strategy:
fail-fast: false
max-parallel: 3
matrix:
php-versions: ["8.1", "8.2", "8.3"]

Expand Down
File renamed without changes.

0 comments on commit 7b8ad8d

Please sign in to comment.