-
Notifications
You must be signed in to change notification settings - Fork 11
Remove EOL php versions #20
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
Conversation
|
@nclsHart Thanks! 🙌 Could you please rebase that on top of latest master as I've merged your other PRs? |
|
I've added you as a collaborator to the project 🎉 Please use PRs and let's discuss releases and upgrades in issues for now :) Cheers! |
8589209 to
90fc93e
Compare
|
BTW I'm fine with dropping PHP 5 altogether and adding PHP 7.2. |
|
@hkdobrev Thanks for the invitation :). My idea was to have something like the following releases: 0.5
This is the current state of master. 0.6
0.7 or 1.0.0
What do you think about it? Maybe we could discuss this in a dedicated issue. |
90fc93e to
737c678
Compare
|
OK, let's do that! However, tests are failing for me locally. Opened a separate issue for that: #21. |
737c678 to
a7b4cd0
Compare
|
Could you please rebase on top of latest master to resolve conflicts? Thanks! |
a7b4cd0 to
67e3e20
Compare
|
As discuss in #28, I'll split this in two PR. |
Should be rebased and merged after #18.
This is a mandatory step before upgrading swiftmailer to 6.x, which require php >= 7.0.0.
Implements #28.