mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
fix(phpstan): increase memory limit
This commit is contained in:
parent
e67a7180a7
commit
315890165c
|
@ -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…
Reference in a new issue