Skip to content

Fix BC checker (#304) #1392

Fix BC checker (#304)

Fix BC checker (#304) #1392

Workflow file for this run

name: static analysis
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:
psalm:
uses: yiisoft/actions/.github/workflows/psalm.yml@master
with:
php: >-
['8.1', '8.2', '8.3', '8.4', '8.5']