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 97d5f9d commit 2bb80a3Copy full SHA for 2bb80a3
.circleci/config.yml
@@ -77,7 +77,7 @@ jobs:
77
name: Run against a module
78
command: |
79
cd /tmp/drupal
80
- ./vendor/bin/phpstan analyze core/modules/dynamic_page_cache --debug
+ ./vendor/bin/phpstan analyze --memory-limit=256M core/modules/dynamic_page_cache --debug
81
test_drupal_project:
82
<<: *defaults
83
steps:
@@ -93,7 +93,7 @@ jobs:
93
94
95
96
- ./vendor/bin/phpstan analyze web/core/modules/dynamic_page_cache --debug
+ ./vendor/bin/phpstan analyze --memory-limit=256M web/core/modules/dynamic_page_cache --debug
97
test_upgrade_status:
98
99
0 commit comments