From fe360b28c0b6d287727d443b7d570f65d87fefe0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 23 Apr 2023 19:19:17 +0100 Subject: [PATCH] build-configs(update) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e021f3c..ef2aab1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,5 +39,5 @@ jobs: just composer install --quiet --no-progress just _run php phpcs - just _run php phpstan analyze + just _run php phpstan analyze --no-progress --memory-limit=512M just test --testdox --colors=always