You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH Actions: various tweaks / fix code coverage (#291)
* GH Actions: used a named branch for coverallsapp
The `coverallsapp/github-action` action runner has (finally) created a named branch for the 1.x series, so let's use that.
Ref: coverallsapp/github-action#100
* GH Actions: fix CI
Grrr....
When PHPUnit has been installed on a high PHP version, some of the dependencies of PHPUnit will now be installed in versions not compatible with PHP 7.4, which blocks the install of the Coveralls package.
Installing PHP Coveralls globally instead should fix it.
I just wish PHP Coveralls would finally release a version compatible with PHP > 8.0....
---------
Co-authored-by: jrfnl <[email protected]>
0 commit comments