Skip to content

Skip failing tests on bugged versions (PHP 8.1.8) - #98

Merged
WyriHaximus merged 1 commit into
reactphp:0.6.xfrom
clue-labs:tests
Aug 10, 2022
Merged

Skip failing tests on bugged versions (PHP 8.1.8)#98
WyriHaximus merged 1 commit into
reactphp:0.6.xfrom
clue-labs:tests

Conversation

@clue

@clueclue commented Aug 4, 2022

Copy link
Copy Markdown
Member

As shown in #96 already, PHP 8.1.7 and PHP 8.0.20 exhibit a test failure due to a regression introduced upstream in PHP itself (php/php-src#8827). This was supposed to be fixed with PHP 8.1.8 and PHP 8.0.21, but it turned out the fix for PHP 8.1.8 was incomplete and thus still exhibits the same error (php/php-src#8952). Accordingly, this should be fixed in PHP 8.1.9 and PHP 8.0.21. In the meantime, we now also skip the test for PHP 8.1.8.

Builds on top of #96

@clueclue added this to the v0.6.5 milestone Aug 4, 2022
@clue
clue requested a review from WyriHaximusAugust 4, 2022 09:03
@WyriHaximus
WyriHaximus merged commit 1c46b3b into reactphp:0.6.xAug 10, 2022
@clue
clue deleted the tests branch August 11, 2022 06:51
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@clue@WyriHaximus@SimonFrings