We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
roave/backward-compatibility-check
https://github.com/Roave/BackwardCompatibilityCheck helps in guaranteeing that no accidental BC breaks land in existing code in minor/patch releases.
My suggestion is to add a CI action that:
HEAD
This could be a bit trickier than usual, because:
git fetch
The text was updated successfully, but these errors were encountered:
Used CI from laminas/ to avoid repeated effort
laminas/
f5c18b0
Note: this removes BC checks, which are currently not running for PHP 8.x Ref: laminas/laminas-ci-matrix-action#59 Ref: laminas/laminas-ci-matrix-action#60 Ref: Roave/BackwardCompatibilityCheck#283 Ref: Roave/BetterReflection#701
infection/infection
infection.json(.dist)
No branches or pull requests
Feature Request
Summary
https://github.com/Roave/BackwardCompatibilityCheck helps in guaranteeing that no accidental BC breaks land in existing code in minor/patch releases.
My suggestion is to add a CI action that:
HEAD
This could be a bit trickier than usual, because:
git fetch
the latest release, as well asHEAD
HEAD
against the correct release: depends on the target branch of a pull requestThe text was updated successfully, but these errors were encountered: