Skip to content

Remove FilterHandlerInterface and FilterableDataInterface::withAddedFilterHandlers() #818

Remove FilterHandlerInterface and FilterableDataInterface::withAddedFilterHandlers()

Remove FilterHandlerInterface and FilterableDataInterface::withAddedFilterHandlers() #818

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'psalm.xml'
push:
branches: ['master']
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'psalm.xml'
name: mutation test
jobs:
mutation:
uses: yiisoft/actions/.github/workflows/infection.yml@master
with:
os: >-
['ubuntu-latest']
php: >-
['8.5']
min-covered-msi: 100

Check failure on line 31 in .github/workflows/mutation.yml

View workflow run for this annotation

GitHub Actions / mutation test

Invalid workflow file

The workflow is not valid. .github/workflows/mutation.yml (Line: 31, Col: 24): Invalid input, min-covered-msi is not defined in the referenced workflow.
secrets:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}