Skip to content

Commit cc9f05e

Browse files
committed
Utilize build-infection
1 parent 31a924b commit cc9f05e

File tree

2 files changed

+3
-69
lines changed

2 files changed

+3
-69
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ jobs:
178178
- name: "Install dependencies"
179179
run: "composer install --no-interaction --no-progress"
180180

181+
- name: "Install build-infection"
182+
run: "composer require phpstan/build-infection --no-interaction --no-progress"
183+
181184
- uses: "actions/download-artifact@v4"
182185
with:
183186
name: "result-cache-${{ matrix.php-version }}"

tests/Infection/TrinaryLogicMutator.php

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)