From 05bae88ce0a3ea572f84c5c5abbe5851d24fec3b Mon Sep 17 00:00:00 2001 From: jmsche Date: Sat, 30 Aug 2025 18:55:37 +0200 Subject: [PATCH] Test against PHP 8.5 --- .github/workflows/continuous-integration.yml | 1 + CHANGELOG-1.x.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6f41cad..97e75a7 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -19,6 +19,7 @@ jobs: - '8.2' - '8.3' - '8.4' + - '8.5' symfony-version: - '6.4.*' - '7.3.*' diff --git a/CHANGELOG-1.x.md b/CHANGELOG-1.x.md index 7fd4e0f..084d09b 100644 --- a/CHANGELOG-1.x.md +++ b/CHANGELOG-1.x.md @@ -1,3 +1,8 @@ +1.8.0 +----- + +* Test against PHP 8.5 + 1.7.1 -----