sirbrillig / phpcs-variable-analysis

Find undefined and unused variables with the PHP Codesniffer static analysis tool.
Other
135 stars 14 forks source link

GH Actions: update for php-coveralls 2.6.0 #303

Closed jrfnl closed 1 year ago

jrfnl commented 1 year ago

PHP-Coveralls 2.6.0 has just been released and includes a fix for the last known PHP 8.x issue.

This means that it should now be safe to install php-coveralls on PHP 8.x and upload from there, which means we now only need the work-around for the PHP version when on PHP < 5.5 (as Coveralls v1 does not work with GH Actions).

Ref:

jrfnl commented 1 year ago

Note: the build will fail until PR #304 has been merged. After that, this PR should be rebased to get a passing build.

sirbrillig commented 1 year ago

304 has been merged.

jrfnl commented 1 year ago

Rebased!

sirbrillig commented 1 year ago

Thanks!