By installing the php-coveralls/php-coveralls globally, we can also prevent the conflict with the PHPUnit versions, while we won't need to maintain a list of packages to be removed.
Includes updating the version constraint to reference the latest release of the package.
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: https://github.com/coverallsapp/github-action/issues/100
GH Actions: simplify Coveralls fix
Follow up on #433
By installing the
php-coveralls/php-coveralls
globally, we can also prevent the conflict with the PHPUnit versions, while we won't need to maintain a list of packages to be removed.Includes updating the version constraint to reference the latest release of the package.