-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Tests fail with PHP 8.1 on GitHub Actions #4622
Comments
@sebastianbergmann I have added the commit hash in logs for PHP 8.1 on ubuntu (shivammathur/setup-php#433) I have rebuilt PHP 8.1 with debugging symbols, so please try to generate the backtrace in your workflow. |
@sebastianbergmann I'm not familiar with pcov internals, so not sure how to patch this. I would suggest reporting this upstream and switching to Xdebug for coverage on PHP 8.1 till this is fixed. |
Thanks! I am now able to reproduce this locally. |
@krakjoe Would you like me to open a ticket for PCOV? If so, what information do you need beside what's already here? Thanks! |
I opened krakjoe/pcov#59. |
The builds with PHP 8.1 on GitHub Actions currently fail because PHP prints
which leads to PHPT test failing as their assertions operate on PHP output:
I cannot reproduce this locally using PHP 8.1 built from source by myself.
I do not know whether this is an issue in PHP 8.1 itself, whether this is an issue in @shivammathur /
setup-php
, or whether something weird is going on in the Linux container used on GitHub Actions.The text was updated successfully, but these errors were encountered: