We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
roave/backward-compatibility-check
1 parent a576040 commit 97f88e2Copy full SHA for 97f88e2
1 file changed
.github/workflows/backwards-compatibility.yml
@@ -41,8 +41,7 @@ jobs:
41
echo '{"repositories": [{"type":"vcs","url":"git@github.com:lcobucci/BackwardCompatibilityCheck.git"}]}' > ~/.composer/composer.json
42
43
- name: "Install dependencies"
44
- # run: composer global require roave/backward-compatibility-check
45
- run: composer global require "roave/backward-compatibility-check:dev-support-baseline-configuration"
+ run: composer global require roave/backward-compatibility-check
46
47
- name: "BC Check"
48
run: |
0 commit comments