From 1d0914c3dfaedffeddfa165ea4c32c46be422d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Hansl=C3=ADk?= Date: Thu, 14 Oct 2021 16:36:32 +0200 Subject: [PATCH] Lowered the minimum for mutation score because we now support two PHP versions --- infection.json.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infection.json.dist b/infection.json.dist index bd9487c02..82327cc00 100644 --- a/infection.json.dist +++ b/infection.json.dist @@ -13,6 +13,6 @@ "mutators": { "@default": true }, - "minMsi": 86, + "minMsi": 84, "minCoveredMsi": 89 }