Skip to content

Commit adcd257

Browse files
committed
phpstan memory_limit=2G
1 parent 0b9dc09 commit adcd257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Run PHPStan
9292
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/
93+
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/
9494

9595
- name: Run psalm
9696
if: ${{ matrix.RUN_PSALM }}

0 commit comments

Comments
 (0)