[0.2] Improve PHP 8.4+ by updating CI matrix and required packages#119
Open
WyriHaximus wants to merge 3 commits intoreactphp:0.2.xfrom
Open
[0.2] Improve PHP 8.4+ by updating CI matrix and required packages#119WyriHaximus wants to merge 3 commits intoreactphp:0.2.xfrom
WyriHaximus wants to merge 3 commits intoreactphp:0.2.xfrom
Conversation
fea1b62 to
ecb3372
Compare
81a4d4c to
5f6a9c8
Compare
This changeset ensure we run all our tests on all support PHP versions and the PHP versions we support on top of that.
b72104f to
0b733b9
Compare
On PHPUnit 9.5 there are deprecation errors for PHP8.4. We resolve those by bumping PHPUnit to 9.6. We also made sure our PHPUnit configuration file is up to date to match the new version.
0b733b9 to
7eedf72
Compare
The currently locked versions don't support PHP 8.4, this changeset forces them onto a version supporting PHP 8.4.
cbfb1ce to
fe9c9bf
Compare
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 changeset makes sure we test against all currently support PHP versions and the versions we support on top of that.