Bumping PHP to supported version from 8.0 to 8.2 + dependencies#343
Merged
escopecz merged 7 commits intomautic:mainfrom Jan 27, 2026
Merged
Bumping PHP to supported version from 8.0 to 8.2 + dependencies#343escopecz merged 7 commits intomautic:mainfrom
escopecz merged 7 commits intomautic:mainfrom
Conversation
…ersion to run tests as CS fixer warns about not using higher version
Member
patrykgruszka
left a comment
There was a problem hiding this comment.
Isn't this a BC? I think we should update the requirements in README.md and bump the major version of this lib.
Rest of the changes are looking good.
Member
Author
|
Yes, we are planning to release V4 as requested in #316 (comment) as the v4-beta is released for a year now. It's a good opportunity to update. I updated Readme. |
patrykgruszka
approved these changes
Jan 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I can see this warning in the CI that has now started to fail:
That highlights 2 issues. One is that this library is still supporting a version that is 2 years out of security updates. We should upgrade that to 8.2 which still gets security updates:
https://www.php.net/supported-versions.php
While messing with dev dependencies I increased versions for CS fixer (that allowed me to see and automatically fix the issues from the CI), PHPSTAN and added Rector with default config. Plus adding a step for CI to run it.