diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a61cd25..341e4be 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -18,6 +18,8 @@ jobs: php-version: - '8.2' - '8.3' + - '8.4' + - '8.5' symfony-version: - '6.4.*' - '7.3.*' diff --git a/CHANGELOG.md b/CHANGELOG.md index fce6980..707eef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +2.1.0 +----- + +* Test against PHP 8.4 & 8.5 + 2.0.0 -----