diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 554ea67..f4ca0e7 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-1.x.md b/CHANGELOG-1.x.md index 6ee91a3..ec36cd9 100644 --- a/CHANGELOG-1.x.md +++ b/CHANGELOG-1.x.md @@ -1,3 +1,8 @@ +1.5.0 +----- + +* Test against PHP 8.4 & 8.5 + 1.4.0 -----