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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH Actions: update PHP versions in workflows #160

Commits on Aug 28, 2023

  1. GH Actions: update PHP versions in workflows

    PHP 8.2 has long been released and PHP 8.3 is nearing the first RC, so I propose adding PHP 8.3 to the matrix and no longer allowing PHP 8.2 to fail the build.
    
    Additional notes:
    * As the build against PHP 8.3 passes, I've not added a `continue-on-error` allowance for PHP 8.3.
    * As all dependencies install okay on PHP 8.3, I've removed the toggle to `composer install` with `--ignore-platform-reqs`.
    jrfnl committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d763ae0 View commit details
    Browse the repository at this point in the history