From 315890165c781c4618772efe07445014a8877ba6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 23 Apr 2023 19:18:49 +0100 Subject: [PATCH] fix(phpstan): increase memory limit --- templates/ci/github-actions/ci.yml.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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