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 -----