From 7e1185736623a366ce8b3e4c68031c058aa2bf8a Mon Sep 17 00:00:00 2001 From: jmsche Date: Sat, 30 Aug 2025 18:08:10 +0200 Subject: [PATCH] Test against PHP 8.4 & 8.5 --- .github/workflows/continuous-integration.yml | 2 ++ CHANGELOG.md | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a61cd25..341e4be 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -18,6 +18,8 @@ jobs: php-version: - '8.2' - '8.3' + - '8.4' + - '8.5' symfony-version: - '6.4.*' - '7.3.*' diff --git a/CHANGELOG.md b/CHANGELOG.md index fce6980..707eef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +2.1.0 +----- + +* Test against PHP 8.4 & 8.5 + 2.0.0 -----