Skip to content

Commit 12fd195

Browse files
committed
Tweaks to Infection CircleCI task
1 parent 7c18892 commit 12fd195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ commands:
109109
steps:
110110
- run:
111111
name: Run code quality analysis (PHP Insights)
112-
command: php --memory-limit=2G ./vendor/bin/phpinsights -v --no-interaction --min-quality=90 --min-complexity=50 --min-architecture=90 --min-style=90
112+
command: php -d memory-limit=2G ./vendor/bin/phpinsights -v --no-interaction --min-quality=90 --min-complexity=50 --min-architecture=90 --min-style=90
113113

114114
run-phpstan:
115115
steps:

0 commit comments

Comments
 (0)