JamesHeinrich / getID3

http://www.getid3.org/
Other
1.15k stars 245 forks source link

GH Actions: various tweaks #336

Closed jrfnl closed 3 years ago

jrfnl commented 3 years ago
  1. Don't install against PHP 8.1 with --ignore-platform-reqs as it is unnecessary. It's not as if this repository has dependencies other than PHP Parallel Lint and it isn't needed for that.
  2. Don't allow the PHP 8.1 build to fail anymore. The first RC for PHP 8.1 is expected next week and its not as if there are tests being run. Linting should not fail.
  3. Install PHP with error reporting on full to prevent missing deprecation notices.