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 c898d0c commit 8e565aaCopy full SHA for 8e565aa
Makefile
@@ -172,7 +172,7 @@ infection:
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
version=$(shell jq -r '.packages[] | select(.name == "infection/infection") | .version' build-infection/composer.lock); \
175
- wget https://github.com/infection/infection/releases/download/$$version/infection.phar;
+ wget https://github.com/infection/infection/releases/download/$$version/infection.phar --no-clobber;
176
chmod +x infection.phar
177
php infection.phar --ignore-msi-with-no-mutations --logger-text=php://stdout
178
rm infection.json5 infection.phar
0 commit comments