Skip to content

Commit 64b1b54

Browse files
committed
I guess time has arrived to require just the official latest of roave/backward-compatibility-check
1 parent a576040 commit 64b1b54

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/backwards-compatibility.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,8 @@ jobs:
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: |

0 commit comments

Comments
 (0)