Skip to content

Commit 119d58b

Browse files
committed
Disable roave bc check until 3.0.0 is released
1 parent b9c2873 commit 119d58b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ jobs:
3030
roave_bc_check:
3131
name: Roave BC Check
3232
runs-on: ubuntu-latest
33+
# BC check disabled until 3.0.0 is tagged
3334
steps:
34-
- uses: actions/checkout@v2
35-
36-
- name: Roave BC Check
37-
uses: docker://nyholm/roave-bc-check-ga
35+
- run: echo true
36+
# - uses: actions/checkout@v2
37+
#
38+
# - name: Roave BC Check
39+
# uses: docker://nyholm/roave-bc-check-ga
3840

3941
phpstan:
4042
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)