fix(phpstan): increase memory limit

This commit is contained in:
Oliver Davies 2023-04-23 19:18:49 +01:00
parent e67a7180a7
commit 315890165c

View file

@ -41,7 +41,7 @@ jobs:
# TODO: add PHPCS # TODO: add PHPCS
{% if "phpstan" in php|keys -%} {% if "phpstan" in php|keys -%}
just _run php phpstan analyze just _run php phpstan analyze --no-progress --memory-limit=512M
{%- endif %} {%- endif %}
just test --testdox --colors=always just test --testdox --colors=always