Skip to content

Commit 2bb80a3

Browse files
committed
increase memory limit when running phpstan during tests
1 parent 97d5f9d commit 2bb80a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
name: Run against a module
7878
command: |
7979
cd /tmp/drupal
80-
./vendor/bin/phpstan analyze core/modules/dynamic_page_cache --debug
80+
./vendor/bin/phpstan analyze --memory-limit=256M core/modules/dynamic_page_cache --debug
8181
test_drupal_project:
8282
<<: *defaults
8383
steps:
@@ -93,7 +93,7 @@ jobs:
9393
name: Run against a module
9494
command: |
9595
cd /tmp/drupal
96-
./vendor/bin/phpstan analyze web/core/modules/dynamic_page_cache --debug
96+
./vendor/bin/phpstan analyze --memory-limit=256M web/core/modules/dynamic_page_cache --debug
9797
test_upgrade_status:
9898
<<: *defaults
9999
steps:

0 commit comments

Comments
 (0)