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