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: update PHP versions in workflows #130

Closed jrfnl closed 1 year ago

jrfnl commented 1 year ago

PHP 8.2 has been released today :tada: and the setup-php action has announced support for PHP 8.3, so adding PHP 8.3 to the matrix and no longer allowing PHP 8.2 to fail the build.

Builds against PHP 8.3 are still allowed to fail for now.

Includes minor tweak setting PHP to latest for tasks where the PHP version isn't that relevant.