Skip to content

Commit

Permalink
drop Codeception 4 support, php < 8.0 and symfony < 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sidz committed Oct 15, 2023
1 parent 532708c commit a052407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit a052407

Please sign in to comment.