Skip to content

Commit

Permalink
Use PHP 8.3 for mutation testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kolb committed Dec 6, 2024
1 parent bec95c4 commit 7528990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ php-8.4-tests-ci:

.PHONY: php-mutation-testing-ci
php-mutation-testing-ci:
docker compose run --rm php-8.4 ./vendor/bin/infection --only-covered --threads=max
docker compose run --rm php-8.3 ./vendor/bin/infection --only-covered --threads=max

0 comments on commit 7528990

Please sign in to comment.