From 3bc8d0dde4daaee6d074349655a248f3ee88937b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 31 Jul 2024 21:10:53 -0300 Subject: [PATCH] Downgrade Infection version to 0.27.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Infection >= 0.28 doesn't work if php-parser 4 is installed. Signed-off-by: MaurĂ­cio Meneghini Fauth --- .github/workflows/mutation-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index 72a1ad8a..a2e73442 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -36,7 +36,7 @@ jobs: php-version: ${{ matrix.php-version }} coverage: pcov ini-values: memory_limit=-1 - tools: composer:v2, infection + tools: composer:v2, infection:0.27.11 - name: Get Composer cache directory id: composer-cache