Skip to content

Apply Yii2 coding standards, raise min version to PHP 7.4 #3

Apply Yii2 coding standards, raise min version to PHP 7.4

Apply Yii2 coding standards, raise min version to PHP 7.4 #3

Workflow file for this run

name: static analysis
permissions:
contents: read
on:
pull_request: &ignore-paths
paths-ignore:
- 'docs/**'
- '.github/CONTRIBUTING.md'
- '.github/FUNDING.yml'
- '.github/SECURITY.md'
- 'README.md'
- 'CHANGELOG.md'
- 'LICENSE.md'
- '.gitignore'
- '.gitattributes'
- '.editorconfig'
- 'docker-compose.yml'
- 'Makefile'
push: *ignore-paths
jobs:
phpstan:
uses: yiisoft/yii2-actions/.github/workflows/phpstan.yml@master