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

Support PHP 8.1 by v0.x #393

Closed
wants to merge 1 commit into from
Closed

Support PHP 8.1 by v0.x #393

wants to merge 1 commit into from

Conversation

alies-dev
Copy link

Why

v2 still doesn't support all features

Changes

  • Removed support for EOL PHP versions (7.1, 7.2, 7.3) [they even doesn't receive security updates, it's good for ecosystem to not maintain packages for them]
  • Use latest stable PHPUnit version (for developer experience)
  • Add return type to public function getIterator(): \Traversable to avoid E_DEPRECATION notes that PHP 8.1 throws

@markuspoerschke
Copy link
Owner

Thanks for your contribution!

Because TravisCI is not available anymore, I changed the CI to GitHub Actions. Therefore I moved the changes to a new PR: #425.

@markuspoerschke
Copy link
Owner

Released in 0.17.0

@alies-dev alies-dev deleted the 189-support-php81-by-v0 branch June 19, 2022 09:57
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