From 722387e3f19cae089e210120b3f2d2f36d59d0c4 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Mon, 28 Nov 2022 16:52:29 +0100 Subject: [PATCH] Remove memory limit --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0161af7..c58085b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -67,7 +67,7 @@ jobs: run: vendor/bin/phpunit --colors=always - name: PHPStan Type Checks - run: vendor/bin/phpstan analyse --ansi --no-progress --memory-limit=0 + run: vendor/bin/phpstan analyse --ansi --no-progress - name: Psalm Type Tests run: vendor/bin/psalm --shepherd --show-info=true -c psalm.xml