Skip to content

Commit 21d8dbb

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 6e6beb6 commit 21d8dbb

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
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
php-version: ${{ matrix.php-version }}
5757
coverage: pcov
58-
tools: composer:v2, infection
58+
tools: composer:v2, infection:0.27.11
5959

6060
- name: Install Composer dependencies
6161
uses: ramsey/composer-install@v3

0 commit comments

Comments
 (0)