Skip to content

[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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 16, 2021
Merged

Conversation

chalasr
Copy link
Member

@chalasr chalasr commented Sep 16, 2021

Q A
Branch? 5.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets -
License MIT
Doc PR -

low-deps build is broken after #43018 because it uses symfony/mailer 4.4.x while TagHeader is 5.x only.

@carsonbot carsonbot changed the title [Mailer][Sendgrid] Fix symfony/mailer version constraint [Mailer] [Sendgrid] Fix symfony/mailer version constraint Sep 16, 2021
@derrabus
Copy link
Member

I'm fine with bumping. However, we could get around it by skipping the new tests if TagHeader is not present, couldn't we?

@chalasr
Copy link
Member Author

chalasr commented Sep 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

@chalasr chalasr force-pushed the fix-sendgrid-mailer-req branch 2 times, most recently from 73c946b to 3d77313 Compare September 16, 2021 11:20
@chalasr
Copy link
Member Author

chalasr commented Sep 16, 2021

PR updated, now skips the problematic test based on class existence.

@derrabus
Copy link
Member

Yes, I think that's better. We bump the dependency on the 6.0 branch anyway and can remove the skip condition there.

@derrabus
Copy link
Member

I think, the commit message and PR title deserve an update. Apart from that, let's merge to make the CI green again.

@chalasr chalasr force-pushed the fix-sendgrid-mailer-req branch from 3d77313 to 375e95a Compare September 16, 2021 15:27
@chalasr chalasr changed the title [Mailer] [Sendgrid] Fix symfony/mailer version constraint [Mailer] [Sendgrid] Fix test Sep 16, 2021
@chalasr chalasr merged commit 7167324 into symfony:5.4 Sep 16, 2021
@chalasr chalasr deleted the fix-sendgrid-mailer-req branch September 16, 2021 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants