mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
fix(phpstan): increase memory limit
This commit is contained in:
parent
e67a7180a7
commit
315890165c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ jobs:
|
|||
# TODO: add PHPCS
|
||||
|
||||
{% if "phpstan" in php|keys -%}
|
||||
just _run php phpstan analyze
|
||||
just _run php phpstan analyze --no-progress --memory-limit=512M
|
||||
{%- endif %}
|
||||
|
||||
just test --testdox --colors=always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue