8000 execute tests with the full range of supported Mailer component releases · symfony/symfony@4454db9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4454db9

Browse files
committed
execute tests with the full range of supported Mailer component releases
The conflict rules does not exclude the 5.4, 6.0 and 6.1 releases of the Mailer component. So we should make sure that we also run tests against these versions.
1 parent 001cbe7 commit 4454db9

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
@@ -47,7 +47,7 @@
4747
"symfony/html-sanitizer": "^6.1",
4848
"symfony/http-client": "^5.4|^6.0",
4949
"symfony/lock": "^5.4|^6.0",
50-
"symfony/mailer": "^6.2",
50+
"symfony/mailer": "^5.4|^6.0",
5151
"symfony/messenger": "^6.1",
5252
"symfony/mime": "^5.4|^6.0",
5353
"symfony/notifier": "^5.4|^6.0",

0 commit comments

Comments
 (0)
0