-
Notifications
You must be signed in to change notification settings - Fork 114
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
Added support for Laravel 10 #303
Conversation
|
ping @DannyvdSluijs |
In addition there is some feedback in the pipeline see https://github.com/fedeisas/laravel-mail-css-inliner/actions/runs/4182613296/jobs/7356352244 |
Co-authored-by: Arne <[email protected]>
@DannyvdSluijs doesn't that mean there has to be a space surrounding the || in the version constraint? |
@TSchuermans @Vincent-dejong Looks that way to me |
Trying with the spaces as that looks like the logical change based on the feedback from the action. |
Thanks everyone! I'm on holiday so I missed the feedback but cool to see it's now merged. |
It's not actually working on Laravel 10. Was this tested? |
I can't recall completely, but I would assume so. If you can share a repo, gist or just bits of code to reproduce we can take it from there. Feel free to open a new issue for this. As a closed Pull Request might not get the attention this deserves. Since this kind of was like a bee-sting and I couldn't resist to scratch I've made a very small proof of concept using:
You can "send" an email to the logs using
|
No description provided.