Skip to content

Commit 84d0b87

Browse files
committed
Lower min msi to account for the PHP version check
1 parent f1eb9fb commit 84d0b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ifeq ($(IS_PHP8),1)
6060
infection:
6161
else
6262
infection: tools/infection tools/infection.pubkey
63-
phpdbg -qrr ./tools/infection --no-interaction --formatter=progress --min-msi=100 --min-covered-msi=100 --only-covered --ansi
63+
phpdbg -qrr ./tools/infection --no-interaction --formatter=progress --min-msi=95 --min-covered-msi=95 --only-covered --ansi
6464
endif
6565
.PHONY: infection
6666

0 commit comments

Comments
 (0)