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 64b1b54Copy full SHA for 64b1b54
1 file changed
.github/workflows/backwards-compatibility.yml
@@ -35,14 +35,8 @@ jobs:
35
key: "php-8.2-bc-break-check-${{ hashFiles('.github/workflows/backwards-compatibility.yml') }}"
36
restore-keys: "php-8.2-bc-break-check-"
37
38
- # Only necessary until https://github.com/Roave/BackwardCompatibilityCheck/pull/737 gets resolved
39
- - name: "Configure custom repository"
40
- run: |
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