Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added php8 into travis matrix #221

Closed
wants to merge 1 commit into from
Closed

Added php8 into travis matrix #221

wants to merge 1 commit into from

Conversation

mmoreram
Copy link

As the PHP requirement in composer allows PHP8, would be nice to have this version inside the travis matrix.

@mmoreram
Copy link
Author

When adding PHP8 support in the Drift server, I encountered that somehow signals were not dispatched properly.

https://app.circleci.com/pipelines/github/driftphp/server/181/workflows/1ac973fa-f8db-4e9c-9f6f-788fe1fad57d/jobs/340

I need to check if this is something related to the pcntl extension (the extension is properly installed in this test job), or if something changed from the last PHP7 version.

@clue
Copy link
Member

clue commented Jan 25, 2021

@mmoreram Thanks for looking into this!

We've successfully verified basic functionality with #215, but have yet to update the test suite to run PHP 8 with all extensions enabled. I'll look into this once reactphp/reactphp#442 is merged 👍

@mmoreram
Copy link
Author

Thanks @clue

I close this PR then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants