Releases: PHPCSStandards/.github
Releases · PHPCSStandards/.github
v1.1.3 - 2026-04-04
Changed
- (Nearly) All workflows:
andstor/file-existence-actionwas bumped fromv3.0.0tov3.1.0. reusable-markdownlint.yml:DavidAnson/markdownlint-cli2-actionwas bumped fromv22.0.0tov23.0.0.
v1.1.2 - 2026-03-21
Changed
reusable-phpstan.yml:ramsey/composer-installwas bumped from v3.1.1 to v4.0.0.reusable-phpstan.yml:shivammathur/setup-phpwas bumped from v2.36.0 to v2.37.0.
Both these version bumps means the action runners now run on Node 24.
v1.1.1 - 2026-03-05
Fixed
- The config file matching was broken for the
reusable-markdownlint.yml,reusable-phpstan.ymland thereusable-yamllint.ymlworkflows, causing the actual linting tasks in these workflows to no longer run. #30, fixed via #31.
Thanks @james-cnz for reporting!
Changed
- All workflows:
actions/checkoutwas bumped fromv6.0.1tov6.0.2. reusable-remark.yml:actions/setup-nodewas bumped fromv6.1.0tov6.3.0.
v1.1.0 - 2025-12-24
Added
- New reusable workflow: "find token properties". #27
This workflow will flag the use of the staticTokensclass properties, which can be replaced with the corresponding class constants.
The target audience for this workflow is codebases which have dropped support for PHP_CodeSniffer 3.x.
v1.0.0 - 2025-12-22
- Initial release.