Skip to content

Fix #286: Add Nav::activateParents() that makes parent dropdown act… #1371

Fix #286: Add Nav::activateParents() that makes parent dropdown act…

Fix #286: Add Nav::activateParents() that makes parent dropdown act… #1371

Workflow file for this run

name: mutation test
permissions:
contents: read
on:
pull_request: &ignore-paths
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'psalm.xml'
push:
<<: *ignore-paths
branches: ['master']
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
mutation:
uses: yiisoft/actions/.github/workflows/roave-infection.yml@master
secrets:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
with:
php: >-
['8.5']