Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Initialize GitHub actions #45

Merged
merged 5 commits into from
Mar 30, 2021

Conversation

loevgaard
Copy link
Contributor

This PR will initialize github actions

composer.json Outdated
@@ -12,6 +12,7 @@
}
],
"require": {
"php": ">=7.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we still support 5.* with this, so i don't want to make this a requirement

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be an idea to up the PHP requirement in a separate branch, i.e. 3.x?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to elaborate: It could be beneficial for future development that PHP5.6 is supported in a branch, i.e. 2.x and make a decision that the next branch, i.e. 3.x will support >=7.4. It would make the code in 3.x much more robust and it will also entice users of PHP5.6 to upgrade

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea, that's a good point, we can do a version bump to no longer support 5.6 when more robust typing is added

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds great

@remstone7 remstone7 merged commit eab1726 into klaviyo:master Mar 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants