Get gha-generate-matrix to create a special job that only runs on the silverstripe account when using the latest version of installer, and only when using the maximum version of php. Get this to somehow upgrade E_DEPRECATED and E_USER_DEPRECATED php errors to something creates an exit code of 1 so the phpunit jobs fail.
May wish to add the following:
- Only limit to running on the silverstripe account
- Only limit to running on non-pull-request events
- The equivalent of 'allow_failures' - not sure if that's possible - 'continue-on-error' might be the best we can do
Get gha-generate-matrix to create a special job that only runs on the silverstripe account when using the latest version of installer, and only when using the maximum version of php. Get this to somehow upgrade E_DEPRECATED and E_USER_DEPRECATED php errors to something creates an exit code of 1 so the phpunit jobs fail.
May wish to add the following: