8000 execute tests with the full range of supported Messenger component re… · symfony/symfony@023514f · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 023514f

Browse files
committed
execute tests with the full range of supported Messenger component releases
The conflict rule does not exclude the 5.4 and 6.0 releases of the Messenger component. So we should make sure that we also run tests against these versions.
1 parent 0b8581e commit 023514f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"symfony/http-client": "^5.4|^6.0",
4949
"symfony/lock": "^5.4|^6.0",
5050
"symfony/mailer": "^5.4|^6.0",
51-
"symfony/messenger": "^6.1",
51+
"symfony/messenger": "^5.4|^6.0",
5252
"symfony/mime": "^5.4|^6.0",
5353
"symfony/notifier": "^5.4|^6.0",
5454
"symfony/process": "^5.4|^6.0",

0 commit comments

Comments
 (0)
0