Skip to content

Commit

Permalink
Reduce memory footprint of phpstan action.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Nov 14, 2024
1 parent 63cea71 commit 4af68b6
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 @@ -22,4 +22,4 @@ jobs:
run: composer install --no-interaction

- name: PHPStan Static Analysis
run: vendor/bin/phpstan --memory-limit=1G --error-format=github
run: vendor/bin/phpstan --memory-limit=2G --error-format=github --no-parallel

0 comments on commit 4af68b6

Please sign in to comment.