You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH Actions: various tweaks / PHP 8.2 not allowed to fail (#285)
* GH Actions: use PHP `latest`
... for those tasks where the PHP version isn't (or shouldn't be) that relevant.
Includes updating the task name to not include the PHP version (`latest` will roll on automatically).
* GH Actions: minor simplification
... of the bash `date` command in the earlier pulled cache busting.
* GH Actions: update PHP versions in workflows
PHP 8.2 has been released today 🎉 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.
Note: PHPCS does not (yet) have full syntax support for PHP 8.2, but it does have runtime support (for the most part, see squizlabs/PHP_CodeSniffer 3629).
Builds against PHP 8.3 are still allowed to fail for now.
Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
0 commit comments