Skip to content

Commit

Permalink
Downgrade Infection version to 0.27.11
Browse files Browse the repository at this point in the history
Infection >= 0.28 doesn't work if php-parser 4 is installed.

Signed-off-by: Maurício Meneghini Fauth <[email protected]>
  • Loading branch information
MauricioFauth committed Aug 1, 2024
1 parent c9d98a5 commit 3bc8d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bc8d0d

Please sign in to comment.