Skip to content

Commit 9cc8404

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Minor tweak [Messenger] Add a tip about using `make:messenger-middleware` Use PHP 8.4
2 parents 0e76c2c + 2ed9ab1 commit 9cc8404

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ jobs:
2626
- name: "Set-up PHP"
2727
uses: shivammathur/setup-php@v2
2828
with:
29-
php-version: 8.2
29+
php-version: 8.4
3030
coverage: none
31-
tools: "composer:v2"
3231

3332
- name: Get composer cache directory
3433
id: composercache
@@ -93,7 +92,7 @@ jobs:
9392
- name: Set-up PHP
9493
uses: shivammathur/setup-php@v2
9594
with:
96-
php-version: 8.2
95+
php-version: 8.4
9796
coverage: none
9897

9998
- name: Fetch branch from where the PR started

messenger.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2932,6 +2932,11 @@ and a different instance will be created per bus.
29322932
$bus->middleware()->id('App\Middleware\AnotherMiddleware');
29332933
};
29342934
2935+
.. tip::
2936+
2937+
If you have installed the MakerBundle, you can use the ``make:messenger-middleware``
2938+
command to bootstrap the creation your own messenger middleware.
2939+
29352940
.. _middleware-doctrine:
29362941

29372942
Middleware for Doctrine

0 commit comments

Comments
 (0)