dshoreman / servidor

A modern web application for managing servers
GNU Lesser General Public License v2.1
9 stars 11 forks source link

Fix php-pcov package version #521

Closed dshoreman closed 2 years ago

dshoreman commented 2 years ago

Seems the php repo now defaults to 8.1 for the php package, and pcov must've slipped the net when all the others were defined. Installing php-pcov causes PHPUnit to show a 'coverage not available' warning since phpunit will be running under 8.0, but pcov is only under 8.1.

This adds both PHP 8.0 and PHP 8.1 to the installer.

codecov[bot] commented 2 years ago

Codecov Report

Merging #521 (817965e) into develop (f3f54ac) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #521   +/-   ##
==========================================
  Coverage      99.56%   99.56%           
  Complexity       416      416           
==========================================
  Files             85       85           
  Lines           1154     1154           
==========================================
  Hits            1149     1149           
  Misses             5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f3f54ac...817965e. Read the comment docs.