Skip to content

Commit 3bc8d0d

Browse files
committed
Downgrade Infection version to 0.27.11
Infection >= 0.28 doesn't work if php-parser 4 is installed. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent c9d98a5 commit 3bc8d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
php-version: ${{ matrix.php-version }}
3737
coverage: pcov
3838
ini-values: memory_limit=-1
39-
tools: composer:v2, infection
39+
tools: composer:v2, infection:0.27.11
4040

4141
- name: Get Composer cache directory
4242
id: composer-cache

0 commit comments

Comments
 (0)