Add 2G memory limit

This commit is contained in:
Jamie Schouten 2024-12-12 10:38:30 +00:00
parent d842673560
commit 11dbfcf35a

View File

@ -23,7 +23,7 @@ jobs:
uses: https://git.qlic.nl/actions/setup-composer@v1
- name: Run PHPStan
run: ./vendor/bin/phpstan analyse
run: ./vendor/bin/phpstan analyse --memory-limit=2G
- name: Run php cs fixer
run: ./vendor/bin/php-cs-fixer fix --diff --dry-run