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