From 2f5dd77a83ce133a615e41b5da6df8815226d516 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Thu, 16 Nov 2023 14:08:51 +0100 Subject: [PATCH] Update .github/workflows/ci-linux.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cédric Anne --- .github/workflows/ci-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 2f5ee5a..3f80fad 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -55,7 +55,7 @@ jobs: - name: Run code static analysis run: | - vendor/bin/phpstan analyze --ansi --memory-limit=2G --no-interaction --no-progress + vendor/bin/phpstan analyze --ansi --no-interaction --no-progress - name: Conversions tests run: for i in `ls tests/data/*.xml`; do ./bin/convert $i || exit 1; done