Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH Actions: various tweaks / PHP 8.2 not allowed to fail #193

Merged
merged 3 commits into from Dec 10, 2022

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    a5829f2 View commit details
    Browse the repository at this point in the history
  2. 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.
    
    Builds against PHP 8.3 are still allowed to fail for now.
    
    Includes updating the `PHPCSVersions` class for the test suite to contain a PHP `8.3` block and updating the PHPCS table to include the latest releases. (we should automate that)
    jrfnl committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    427ff57 View commit details
    Browse the repository at this point in the history
  3. GH Actions: minor simplification

    ... of the bash `date` command in the earlier pulled cache busting.
    jrfnl committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    b290f87 View commit details
    Browse the repository at this point in the history