Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Mailer] [Sendgrid] Fix test#43053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
derrabus commentedSep 16, 2021
I'm fine with bumping. However, we could get around it by skipping the new tests if |
chalasr commentedSep 16, 2021
We could indeed. I tend to prefer bumping over adding a skip condition here, but both work for me. Let me know about your preference |
73c946b to3d77313Comparechalasr commentedSep 16, 2021
PR updated, now skips the problematic test based on class existence. |
derrabus commentedSep 16, 2021
Yes, I think that's better. We bump the dependency on the 6.0 branch anyway and can remove the skip condition there. |
derrabus commentedSep 16, 2021
I think, the commit message and PR title deserve an update. Apart from that, let's merge to make the CI green again. |
3d77313 to375e95aCompare
low-deps build is broken after#43018 because it uses symfony/mailer 4.4.x while
TagHeaderis 5.x only.