We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a924b commit cc9f05eCopy full SHA for cc9f05e
.github/workflows/build.yml
@@ -178,6 +178,9 @@ jobs:
178
- name: "Install dependencies"
179
run: "composer install --no-interaction --no-progress"
180
181
+ - name: "Install build-infection"
182
+ run: "composer require phpstan/build-infection --no-interaction --no-progress"
183
+
184
- uses: "actions/download-artifact@v4"
185
with:
186
name: "result-cache-${{ matrix.php-version }}"
tests/Infection/TrinaryLogicMutator.php
0 commit comments