diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 892ce9e6..2c7bf86d 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -27,12 +27,14 @@ jobs: symfony-version: '7.*' - php-version: '8.3' symfony-version: '7.*' + - php-version: '8.4' + symfony-version: '7.*' # Minimum supported dependencies with the oldest PHP version - php-version: '8.1' composer-flag: '--prefer-stable --prefer-lowest' symfony-version: '6.4' # Test latest unreleased versions - - php-version: '8.3' + - php-version: '8.4' stability: 'dev' name: PHP ${{ matrix.php-version }} Test on Symfony ${{ matrix.symfony-version }} ${{ matrix.dependencies}} ${{ matrix.stability }} ${{ matrix.composer-flag }} diff --git a/CHANGELOG.md b/CHANGELOG.md index e516b483..9d9bd588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ Changelog 3.x === -3.2.0 (unreleased) ------------------- +3.2.0 +----- * If a custom proxy client is configured on the cache manager, the `ProxyClient` class is an alias to that client, to support autowiring. * Attribute configuration now also works on single action controllers with the `__invoke` method.