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 131314e commit 374676aCopy full SHA for 374676a
Makefile
@@ -170,5 +170,7 @@ infection:
170
git -C build-infection fetch origin && git -C build-infection reset --hard origin/1.x
171
composer install --working-dir build-infection --no-interaction --no-progress
172
php build-infection/bin/infection-config.php --source-directory='build/PHPStan/Build'> infection.json5
173
- php vendor/bin/infection --ignore-msi-with-no-mutations --logger-text=php://stdout
+ version=$(jq -r '.packages[] | select(.name == "infection/infection") | .version' build-infection/composer.lock)
174
+ composer require infection/infection:$version --dev
175
+ php build-infection/vendor/bin/infection --ignore-msi-with-no-mutations --logger-text=php://stdout
176
rm infection.json5
0 commit comments