php-parallel-lint / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
287 stars 21 forks source link

GH Actions: updates for box 4.x (`master`) #121

Closed jrfnl closed 2 years ago

jrfnl commented 2 years ago

The box project has released Box 4.0.0 (and 4.0.1).

Most notable changes:

We already disabled the requirements checker previously due to PHP 8.1 incompatibilities (PR #70), I've now added a comment to document not to turn it on again as that would make the Parallel Lint PHAR incompatible with PHP < 7.2.

Refs: https://github.com/box-project/box/releases/tag/4.0.0


Note: I'm pulling this PR to master to ensure the PHARs for the 1.x branch will be PHP cross-version compatible.

I will open a separate PR for the same for the develop branch.