diff --git a/templates/ci/github-actions/ci.yml.twig b/templates/ci/github-actions/ci.yml.twig index 88c4535..03dddaf 100644 --- a/templates/ci/github-actions/ci.yml.twig +++ b/templates/ci/github-actions/ci.yml.twig @@ -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