-
-
Notifications
You must be signed in to change notification settings - Fork 603
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
PHP Version constraint: stick to tested versions only #880
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but we can add PHP 8.2 at this stage, since it is stable-ish.
Remember to:
- define
config.platform.php
to help dependabot/etc in upgrades - update
composer.lock
to reflect the currentcomposer.json
Can you elaborate a bit please? Can't find any doc about it 🤔 |
If we declare To work around this, we can declare |
…e future upgrades are always going to be backward compatible
Ah, LoL, yes, I was looking for a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, letting @lcobucci call the shots though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ship it!
PHP doesn't follow SemVer, so we should provide support only for tested PHP versions