Skip to content

Commit a549656

Browse files
committed
Remove bc checker
1 parent 2a6c077 commit a549656

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/integrate.yaml

-10
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,3 @@ jobs:
4848
with:
4949
composer-root-version: "5.x-dev"
5050
upcoming-releases: true
51-
52-
bc_check:
53-
name: "BC Check"
54-
runs-on: "ubuntu-latest"
55-
steps:
56-
- uses: "actions/checkout@v3"
57-
- name: "fetch tags"
58-
run: "git fetch --depth=1 origin +refs/tags/*:refs/tags/*"
59-
- name: "BC Check"
60-
uses: "docker://nyholm/roave-bc-check-ga"

0 commit comments

Comments
 (0)