-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Removed phpdbg
, added pcov
dependency as part of the build
#148
Removed phpdbg
, added pcov
dependency as part of the build
#148
Conversation
This is a potential breaking change, but note that PHPUnit v10 no longer supports PHPDBG for coverage, which was the only use-case for PHPDBG in this container, thus far. We instead install `pcov`, which is considered precise enough for coverage reports by PHPUnit. Fixes laminas#130 Ref: laminas#130 Ref: sebastianbergmann/php-code-coverage#945 Ref: sebastianbergmann/php-code-coverage@c304be7
Nnnnngh... gonna revert for those two... |
…alent APT package for those
I'm guessing we can't use PHPUnit 10 on those PHP versions anyway. |
I'm in favour of 1.33.0 FWIW - It's just a change in dependencies rather than an alteration to behaviour. The action will still do all of the things it was supposed to, in effectively the same way right? |
If you were depending on phpdbg before, you won't be able to now. |
This will go to |
Since @lcobucci is starting to get blocked by this quite a bit, I'm trying to push it forward :-) |
This is a potential breaking change, but note that PHPUnit v10 no longer supports PHPDBG for coverage, which was the only use-case for PHPDBG in this container, thus far.
We instead install
pcov
, which is considered precise enough for coverage reports by PHPUnit.Fixes #130
Ref: #130
Ref: sebastianbergmann/php-code-coverage#945
Ref: sebastianbergmann/php-code-coverage@c304be7
Only question here is:
1.33.0
?2.0.0
?