Skip to content
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

Switched to PSR-12 and drop PHP < 7.1 #3

Merged
merged 3 commits into from
Oct 27, 2020
Merged

Switched to PSR-12 and drop PHP < 7.1 #3

merged 3 commits into from
Oct 27, 2020

Conversation

GrahamCampbell
Copy link
Member

@GrahamCampbell GrahamCampbell commented Oct 27, 2020

Fixes up the CI situation. Use StyleCI for code style, and GitHub actions for unit tests.

@GrahamCampbell GrahamCampbell merged commit f2d9622 into 1.10 Oct 27, 2020
@GrahamCampbell GrahamCampbell deleted the styleci branch October 27, 2020 13:16
@sanmai
Copy link

sanmai commented Oct 28, 2020

It should be possible to keep support for down to PHP 5.5. Would you be interested in this? I will be happy to help.

The main issue with testing both under PHP 5.5 and 8.0 is the void return type, but this has not very complicated workaround.

@GrahamCampbell
Copy link
Member Author

I am personally not happy with supporting super old PHP versions. I think 7.1 makes for a good lower-bound in 2020. People using deprecated PHP can still use the 1.9.1 release. My view is that if you are happy to use super old PHP, then using an old version of a library comes with the territory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants