File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,14 @@ jobs:
2727 symfony-version : ' 7.*'
2828 - php-version : ' 8.3'
2929 symfony-version : ' 7.*'
30+ - php-version : ' 8.4'
31+ symfony-version : ' 7.*'
3032 # Minimum supported dependencies with the oldest PHP version
3133 - php-version : ' 8.1'
3234 composer-flag : ' --prefer-stable --prefer-lowest'
3335 symfony-version : ' 6.4'
3436 # Test latest unreleased versions
35- - php-version : ' 8.3 '
37+ - php-version : ' 8.4 '
3638 stability : ' dev'
3739
3840 name : PHP ${{ matrix.php-version }} Test on Symfony ${{ matrix.symfony-version }} ${{ matrix.dependencies}} ${{ matrix.stability }} ${{ matrix.composer-flag }}
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Changelog
443.x
55===
66
7- 3.2.0 (unreleased)
8- ------------------
7+ 3.2.0
8+ -----
99
1010* If a custom proxy client is configured on the cache manager, the ` ProxyClient ` class is an alias to that client, to support autowiring.
1111* Attribute configuration now also works on single action controllers with the ` __invoke ` method.
You can’t perform that action at this time.
0 commit comments