Skip to content

Commit b73a2b7

Browse files
committed
Add bc check to ci
1 parent 5b4b720 commit b73a2b7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/push.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,11 @@ jobs:
177177
env:
178178
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
179179

180-
bc_check:
181-
name: BC Check
182-
runs-on: ubuntu-latest
183-
needs: [setup, phpunit]
184-
steps:
185-
- uses: actions/checkout@master
186-
- name: BC Check
187-
uses: docker://nyholm/roave-bc-check-ga
180+
bc_check:
181+
name: BC Check
182+
runs-on: ubuntu-latest
183+
needs: [setup, phpunit]
184+
steps:
185+
- uses: actions/checkout@master
186+
- name: BC Check
187+
uses: docker://nyholm/roave-bc-check-ga

0 commit comments

Comments
 (0)