From a052407dd57feccbcecb9eea50c9ef95528daff0 Mon Sep 17 00:00:00 2001 From: Oleg Zhulnev Date: Sun, 15 Oct 2023 22:23:59 +0300 Subject: [PATCH] drop Codeception 4 support, php < 8.0 and symfony < 5.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 959b6bd..3a37e38 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,8 @@ COMPOSER=$(PHP) $(shell which composer) # Infection INFECTION=./.tools/infection.phar INFECTION_URL="https://github.com/infection/infection/releases/download/0.27.4/infection.phar" -MIN_MSI=77 -MIN_COVERED_MSI=80 +MIN_MSI=70 +MIN_COVERED_MSI=76 INFECTION_ARGS=--min-msi=$(MIN_MSI) --min-covered-msi=$(MIN_COVERED_MSI) --threads=$(JOBS) --log-verbosity=none --no-interaction --no-progress --show-mutations all: test