Skip to content

Releases: PHPCSStandards/.github

v1.1.3 - 2026-04-04

03 Apr 22:33
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changed

v1.1.2 - 2026-03-21

20 Mar 23:39
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changed

Both these version bumps means the action runners now run on Node 24.

v1.1.1 - 2026-03-05

05 Mar 04:01
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Fixed

  • The config file matching was broken for the reusable-markdownlint.yml, reusable-phpstan.yml and the reusable-yamllint.yml workflows, 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/checkout was bumped from v6.0.1 to v6.0.2.
  • reusable-remark.yml: actions/setup-node was bumped from v6.1.0 to v6.3.0.

v1.1.0 - 2025-12-24

24 Dec 17:59
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Added

  • New reusable workflow: "find token properties". #27
    This workflow will flag the use of the static Tokens class 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

22 Dec 11:39
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Initial release.