Skip to content

Commit 57088ad

Browse files
committed
ci(symfony): pin event-dispatcher to 7.3.* to avoid 7.4.0 bug
symfony/event-dispatcher v7.4.0 introduced a regression in TraceableEventDispatcher that triggers "Undefined array key WorkerRunningEvent" in dev mode. Symfony's error handler converts this PHP warning to an exception, causing messenger:consume to exit with code 1 and breaking testAsyncWithTracerDisabledOnConsume. Pin to 7.3.* to match the other pinned Symfony 7.3.x components (framework-bundle 7.3.4, console 7.3.4, messenger 7.3.3).
1 parent 3e097d3 commit 57088ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/Frameworks/Symfony/Latest/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"symfony/console": "7.3.4",
1818
"symfony/doctrine-messenger": "^7.1",
1919
"symfony/dotenv": "*",
20+
"symfony/event-dispatcher": "7.3.*",
2021
"symfony/flex": "^2",
2122
"symfony/form": "*",
2223
"symfony/framework-bundle": "7.3.4",

0 commit comments

Comments
 (0)