-
-
Notifications
You must be signed in to change notification settings - Fork 604
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
Support PHP 8.0 #672
Support PHP 8.0 #672
Conversation
Hmm, latest PHP 7.3 seems to have a bug causing infinite recursion... https://github.com/GrahamCampbell/whoops/runs/1233865301?check_suite_focus=true. EDIT: This can be worked around by pinning the PHPUnit version. |
Tests passing now. Travis run: https://travis-ci.org/github/filp/whoops/builds/734453096. Actions run: https://github.com/GrahamCampbell/whoops/actions/runs/298433086. NB @filp Travis is not showing up in the status because you need to switch to travis-ci.com from .org. Github actions will only start to show up after this PR is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much, Graham! Good effort has been put in here.
🎉 |
Runs HHVM and PHP 5 tests on travis. Runs PHP 7 and 8 on GitHub Actions.