This adds roave-backward-compatibility-check to the globally available tools.
By moving setup/staabm-annotate-pull-request-from-checkstyle into the roots composer.json, we allow renovate to automatically bump composer dependencies.
By adding another GHA, we do also verify that the tools we are installing are actually executable (i.e. due to the aggressive PHP version requirements of roave packages).
Description
This adds
roave-backward-compatibility-check
to the globally available tools. By movingsetup/staabm-annotate-pull-request-from-checkstyle
into the rootscomposer.json
, we allowrenovate
to automatically bump composer dependencies.By adding another GHA, we do also verify that the tools we are installing are actually executable (i.e. due to the aggressive PHP version requirements of roave packages).
@default
forphp
job configuration will be provided by https://github.com/laminas/laminas-ci-matrix-action/pull/126 once my changes were pushed (not yet possible due to PR/fork limitations).