feat: add CI testing for PHP 8.5#1066
Merged
Merged
Conversation
Antonio Pauletich (X-Coder264)
force-pushed
the
ticket/MSP-3104
branch
from
January 2, 2026 11:00
4735cd7 to
f826a03
Compare
Antonio Pauletich (X-Coder264)
force-pushed
the
ticket/MSP-3104
branch
from
January 2, 2026 11:10
f826a03 to
d4e6af3
Compare
| "phpstan/phpstan-strict-rules": "^2.0", | ||
| "phpunit/phpunit": "^11.5", | ||
| "rector/rector": "^2.3", | ||
| "sebastian/recursion-context": "^6.0.3" |
Contributor
Author
There was a problem hiding this comment.
This had to be added as otherwise version 6.0.0 would be pulled on the lowest deps pipeline which would trigger deprecations on the PHP 8.5 pipeline.
Martin Georgiev (martin-georgiev)
approved these changes
Jan 3, 2026
Martin Georgiev (martin-georgiev)
enabled auto-merge
January 3, 2026 21:36
Contributor
Author
|
Martin Georgiev (@martin-georgiev) Can you remove the |
Antonio Pauletich (X-Coder264)
force-pushed
the
ticket/MSP-3104
branch
from
January 5, 2026 12:36
d4e6af3 to
84ca40b
Compare
Ksaveras Sakys (ksaveras)
approved these changes
Jan 7, 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.
This adds CI PHP 8.5 testing and drops support for PHP 8.2 (plus it updates PHPStan and Rector).