4 Commits (0ae5a6ef594610b89c606a49123e7381e0bd6650)

Author SHA1 Message Date
jrfnl 4324b375af GH Actions: ensure linting is done against highest/lowest supported PHP version
`latest` in the matrix will always refer to the latest stable PHP release, which would now be PHP 8.0.
3 years ago
jrfnl 617d63f40a GH Actions: set error reporting to E_ALL
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.
3 years ago
Jordi Boggiano eeaa099021
Stop ignoring build changes to trigger build, that was smart :D 4 years ago
Jordi Boggiano a849e2b244
Add linting, php8, release builds to github actions 4 years ago