Skip to content

Commit 389b6d8

Browse files
authored
Merge pull request #650 from FriendsOfSymfony/prepare-release
prepare release and test php 8.4
2 parents a0d09f4 + ad9d1c1 commit 389b6d8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Changelog
44
3.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.

0 commit comments

Comments
 (0)