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