From ad9d1c1284bdef1f4c9c2a784d937e67011b7630 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Tue, 17 Jun 2025 16:03:05 +0200 Subject: [PATCH] prepare release and test php 8.4 --- .github/workflows/php.yml | 4 +++- CHANGELOG.md | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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.