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:
27
27
symfony-version : ' 7.*'
28
28
- php-version : ' 8.3'
29
29
symfony-version : ' 7.*'
30
+ - php-version : ' 8.4'
31
+ symfony-version : ' 7.*'
30
32
# Minimum supported dependencies with the oldest PHP version
31
33
- php-version : ' 8.1'
32
34
composer-flag : ' --prefer-stable --prefer-lowest'
33
35
symfony-version : ' 6.4'
34
36
# Test latest unreleased versions
35
- - php-version : ' 8.3 '
37
+ - php-version : ' 8.4 '
36
38
stability : ' dev'
37
39
38
40
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
4
4
3.x
5
5
===
6
6
7
- 3.2.0 (unreleased)
8
- ------------------
7
+ 3.2.0
8
+ -----
9
9
10
10
* If a custom proxy client is configured on the cache manager, the ` ProxyClient ` class is an alias to that client, to support autowiring.
11
11
* 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