From cd89a4342990bccfff6ec7fe24a04054bf528c33 Mon Sep 17 00:00:00 2001 From: jmsche Date: Sun, 31 Aug 2025 14:52:21 +0200 Subject: [PATCH] Test against PHP 8.5 --- .github/workflows/continuous-integration.yaml | 1 + CHANGELOG-5.x.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index c39f287..053485f 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -19,6 +19,7 @@ jobs: - '8.2' - '8.3' - '8.4' + - '8.5' symfony-version: - '6.4.*' - '7.3.*' diff --git a/CHANGELOG-5.x.md b/CHANGELOG-5.x.md index 7850d30..93f05e4 100644 --- a/CHANGELOG-5.x.md +++ b/CHANGELOG-5.x.md @@ -1,3 +1,8 @@ +5.6.0 +----- + +* Test against PHP 8.5 + 5.5.1 -----