From ed4c245f9b125d362b3e81b22cf78d3f81dd5f30 Mon Sep 17 00:00:00 2001 From: jmsche Date: Fri, 30 Aug 2024 17:35:32 +0200 Subject: [PATCH] Test against Symfony 7.2 --- .github/workflows/continuous-integration.yaml | 1 + CHANGELOG-5.x.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index bd0e588..03fdd76 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -23,6 +23,7 @@ jobs: - '6.4.*' - '7.0.*' - '7.1.*' + - '7.2.x-dev' steps: - name: Checkout code diff --git a/CHANGELOG-5.x.md b/CHANGELOG-5.x.md index 9f9d17f..3ffbf6c 100644 --- a/CHANGELOG-5.x.md +++ b/CHANGELOG-5.x.md @@ -2,7 +2,7 @@ ----- * RecaptchaV3 - Don't catch exception -* Test against PHP 8.4 & Symfony 7.1 +* Test against PHP 8.4 & Symfony 7.1 + 7.2 5.2.0 -----