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 bf72a4f commit 39936baCopy full SHA for 39936ba
Makefile
@@ -171,5 +171,7 @@ infection:
171
git -C build-infection fetch origin && git -C build-infection reset --hard origin/1.x
172
composer install --working-dir build-infection --no-interaction --no-progress
173
php build-infection/bin/infection-config.php --source-directory='build/PHPStan/Build'> infection.json5
174
- 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)
175
+ composer require infection/infection:$version --dev
176
+ php build-infection/vendor/bin/infection --ignore-msi-with-no-mutations --logger-text=php://stdout
177
rm infection.json5
0 commit comments