File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ commands:
115115 steps :
116116 - run :
117117 name : Run static code analysis (PHPStan)
118- command : php ./vendor/bin/phpstan analyse --ansi --memory-limit 512M
118+ command : php ./vendor/bin/phpstan analyse --ansi --memory-limit 2GB
119119
120120 run-psalm :
121121 steps :
@@ -139,7 +139,7 @@ commands:
139139 steps :
140140 - run :
141141 name : Run mutation tests (Infection)
142- command : php -d memory_limit=512MB ./vendor/bin/infection --skip-initial-tests --threads=$(nproc) --test-framework=pest --coverage=<< parameters.clover >> --no-progress --only-covered --min-msi=48 --min-covered-msi=70
142+ command : php -d memory_limit=2GB ./vendor/bin/infection --skip-initial-tests --threads=$(nproc) --test-framework=pest --coverage=<< parameters.clover >> --no-progress --only-covered --min-msi=48 --min-covered-msi=70
143143
144144 run-snyk :
145145 steps :
You can’t perform that action at this time.
0 commit comments