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 d4edda1 commit 0645768Copy full SHA for 0645768
.github/workflows/build.yml
@@ -189,6 +189,12 @@ jobs:
189
working-directory: "build-infection"
190
run: "composer install --no-interaction --no-progress"
191
192
+ - name: "Configure mutators"
193
+ run: |
194
+ php build-infection/bin/infection-config.php \
195
+ --mutator-class='PHPStan\Infection\TrinaryLogicMutator' \
196
+ > infection.json5
197
+
198
- uses: "actions/download-artifact@v4"
199
with:
200
name: "result-cache-${{ matrix.php-version }}"
infection.json5
0 commit comments