Skip to content

Use GitHub actions for continuous integration (CI) - #170

Merged
jsor merged 3 commits into
reactphp:masterfrom
SimonFrings:ci
Feb 6, 2021
Merged

Use GitHub actions for continuous integration (CI)#170
jsor merged 3 commits into
reactphp:masterfrom
SimonFrings:ci

Conversation

@SimonFrings

@SimonFringsSimonFrings commented Feb 3, 2021

Copy link
Copy Markdown
Member

Bye bye Travis CI, you've served us well.
@clue and I are currently working on switching from Travis to GitHub actions in all ReactPHP repositories.

I've built a little workaround for some tests for legacy PHP. When using recursion there is always the risk of reaching a full stack which results in PHP failing hard. Therefore the max_nesting_level setting from Xdebug (to prevent reaching this point) was set to 100 for PHP Versions < 5.4 which resulted in failing test for legacy PHP. In 2015 this setting was changed to 256 for PHP Versions > 5.4. For more details look into Xdebug#1100

This code supports running tests on PHP 8.

Builds on top of #163 and reactphp/reactphp#442.

clue
clue approved these changes Feb 4, 2021

@clueclue left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SimonFrings Thanks for taking over the update, changes LGTM! :shipit:

jsor
jsor approved these changes Feb 6, 2021
@jsor
jsor merged commit 900bb63 into reactphp:masterFeb 6, 2021
@SimonFringsSimonFrings mentioned this pull request Nov 15, 2021
@SimonFringsSimonFrings mentioned this pull request Feb 27, 2024
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.

4 participants

@SimonFrings@jsor@WyriHaximus@clue