PHPCSStandards / PHPCSUtils

A suite of utility functions for use with PHP_CodeSniffer
https://phpcsutils.com/
GNU Lesser General Public License v3.0
54 stars 7 forks source link

GH Actions: fix CI #434

Closed jrfnl closed 1 year ago

jrfnl commented 1 year ago

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.

Removing PHPUnit before installing PHP Coveralls should fix it.

I just wish PHP Coveralls would finally release a version compatible with PHP > 8.0....