File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 3535 key : " php-8.2-bc-break-check-${{ hashFiles('.github/workflows/backwards-compatibility.yml') }}"
3636 restore-keys : " php-8.2-bc-break-check-"
3737
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-
4338 - 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"
39+ run : composer global require roave/backward-compatibility-check
4640
4741 - name : " BC Check"
4842 run : |
You can’t perform that action at this time.
0 commit comments