From b25955dfcb7a8382a85a6d6986f4bb3e1a4d686a Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Thu, 28 Dec 2023 12:28:22 +0100 Subject: [PATCH] Test against PHP 8.3 --- .github/workflows/continuous-integration.yml | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) 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