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: various tweaks #83

Merged
merged 2 commits into from
Nov 4, 2022
Merged

GH Actions: various tweaks #83

merged 2 commits into from
Nov 4, 2022

Commits on Oct 23, 2022

  1. GH Actions: harden the workflow against PHPCS ruleset errors

    If there is a ruleset error, the `cs2pr` action doesn't receive an `xml` report and exits with a `0` error code, even though the PHPCS run failed (though not on CS errors, but on a ruleset error).
    
    This changes the GH Actions workflow to allow for that situation and still fail the build in that case.
    jrfnl committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    c3f1647 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. GH Action: PHP 8.2 builds are no longer allowed to fail

    Includes:
    * Removing the `composer install` toggle for PHP 8.2.
    * Adding a build against PHP 8.2 for PHPUnit 10.0.0.
    jrfnl committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    00bf401 View commit details
    Browse the repository at this point in the history