fix: support ECS 13.3.2+ with the native PER-CS set and explicit PHP 8.1-8.4 migration rules instead of the removed withPhpCsFixerSets() arguments.
#66
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| on: | |
| pull_request: &ignore-paths | |
| paths-ignore: | |
| - ".gitattributes" | |
| - ".gitignore" | |
| - "CHANGELOG.md" | |
| - "docs/**" | |
| - "README.md" | |
| push: *ignore-paths | |
| name: ecs | |
| permissions: | |
| contents: read | |
| jobs: | |
| easy-coding-standard: | |
| uses: yii2-framework/actions/.github/workflows/ecs.yml@e02758a41a2a811fb3e706735192979171b2260d # v2.0.1 | |
| with: | |
| command-options: check src --config src/ecs-83.php --ansi |