We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6c077 commit a549656Copy full SHA for a549656
1 file changed
.github/workflows/integrate.yaml
@@ -48,13 +48,3 @@ jobs:
48
with:
49
composer-root-version: "5.x-dev"
50
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