We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9dc09 commit adcd257Copy full SHA for adcd257
.github/workflows/test.yml
@@ -90,7 +90,7 @@ jobs:
90
91
- name: Run PHPStan
92
if: ${{ matrix.RUN_PHPSTAN }}
93
- run: docker run --rm -u "$(id -u):$(id -g)" -v "$(pwd):/workdir" 'test:${{ matrix.PHP_VERSION }}' php ./vendor/bin/phpstan analyse --level max src/ tests/
+ run: docker run --rm -u "$(id -u):$(id -g)" -v "$(pwd):/workdir" 'test:${{ matrix.PHP_VERSION }}' php -d 'memory_limit=2G' ./vendor/bin/phpstan analyse --level max src/ tests/
94
95
- name: Run psalm
96
if: ${{ matrix.RUN_PSALM }}
0 commit comments