Skip to content

Build with PHP 8.0 and 8.1 #55

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

Merged
merged 10 commits into from
Dec 3, 2022
Merged

Conversation

nbayramberdiyev
Copy link
Contributor

@nbayramberdiyev nbayramberdiyev commented Dec 3, 2022

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Related tickets -
Documentation -
License MIT

What's in this PR?

This PR drops support for PHP 7.x and bumps dependencies accordingly.

This will probably require a major version release. The repositories that support PHP 7.x can continue to use the current version (^1.2).

Why?

PHP versions 7.x have reached their end of life. PHP 8.0 and 8.1 are only versions that are currently supported. PHP 8.2 will be released in a week.

Checklist

  • Updated CHANGELOG.md to describe BC breaks / deprecations | new feature | bugfix
  • Documentation pull request created (if not simply a bugfix)

To Do

  • Maybe migrate to GitHub Actions?

@dbu
Copy link
Contributor

dbu commented Dec 3, 2022

hi, thanks for this pull request. i don't really see the value in blocking old versions if we do not have changes that require the new versions. i would suggest to for now only add the build with 8.0 and 8.1 to the ci.

as soon as we have changes on the code that have a benefit from dropping php 7 support, i am fine to drop it.

@nbayramberdiyev nbayramberdiyev changed the title Drop support for PHP 7.x & bump dependencies Build with PHP 8.0 and 8.1 Dec 3, 2022
@nbayramberdiyev
Copy link
Contributor Author

Reverted version bumps.

Copy link
Contributor

@dbu dbu left a comment

Choose a reason for hiding this comment

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

👍 thank you!

@dbu dbu merged commit 6e9fcb5 into php-http:master Dec 3, 2022
@nbayramberdiyev nbayramberdiyev deleted the bump-dependencies branch December 3, 2022 17:44
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