diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 401dfa4..c77cabf 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -21,6 +21,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" deps: - "lowest" - "highest" diff --git a/CHANGELOG.md b/CHANGELOG.md index c4b32b2..fc6a07a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Changelog ## [1.1.0] - 2023-12-28 - Add new risky `class_keyword` rule (#64) NB: the rule is experimental, and relies on runtime autoload to determine if a FCQN refers to an existing class +- Test against PHP 8.3 ## [1.0.1] - 2023-11-30 - Allow Symfony 7