From dc8c718160b85c84614327f64f10b9d101e2b9cb Mon Sep 17 00:00:00 2001 From: jmsche Date: Mon, 8 Sep 2025 20:47:47 +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 c9e0cf0..c71039d 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.2.*' diff --git a/CHANGELOG-5.x.md b/CHANGELOG-5.x.md index fed5426..831d98c 100644 --- a/CHANGELOG-5.x.md +++ b/CHANGELOG-5.x.md @@ -1,3 +1,8 @@ +5.2.0 +----- + +* Test against PHP 8.5 + 5.1.1 -----