Skip to content

Commit

Permalink
Disable parallel processing in PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Aug 23, 2024
1 parent 3c1415e commit 3bc2b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
uses: ramsey/composer-install@v3

- name: Run PHPStan
run: ./vendor/bin/phpstan analyse --error-format=github
run: ./vendor/bin/phpstan analyse --error-format=github --no-parallel

0 comments on commit 3bc2b21

Please sign in to comment.