pressbooks / pressbooks-aldine

Aldine is the default root theme for Pressbooks.
https://pressbooks.org/
GNU General Public License v3.0
11 stars 7 forks source link

chore: added php 7.3-7.4 compatibility checker #318

Closed arzola closed 2 years ago

arzola commented 2 years ago

This PR adds an extra check to ensure our codebase doesn't have any deprecated or non compatible function within our supported PHP versions

https://github.com/pressbooks/private/issues/815

private-packagist[bot] commented 2 years ago

composer.lock

Package changes

Package Operation From To Changes
phpcompatibility/php-compatibility add - 9.3.5 view code
squizlabs/php_codesniffer add - 3.5.8 view code

Dev Package changes

Package Operation From To Changes
phpcompatibility/php-compatibility remove 9.3.5 - -
squizlabs/php_codesniffer remove 3.5.8 - -

Settings · Docs · Powered by Private Packagist

codecov-commenter commented 2 years ago

Codecov Report

Merging #318 (564fcee) into dev (51688c4) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##             dev    #318   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          8       8           
  Lines        386     386           
=====================================
  Misses       386     386           

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 51688c4...564fcee. Read the comment docs.