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: turn display_errors on #1999

Merged
merged 1 commit into from
Jun 22, 2021

Commits on Jun 22, 2021

  1. GH Actions: turn display_errors on

    Turns out the default setting for `error_reporting` used by the SetupPHP action is `error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT` and `display_errors` is set to `Off`.
    
    For the purposes of CI, I'd recommend running with `E_ALL` and `display_errors=On` to ensure **all** PHP notices are shown.
    
    In this script, error_reporting was already enabled, but the error display was not yet fixed. Sorted now.
    jrfnl committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    a844b50 View commit details
    Browse the repository at this point in the history