Skip to content

Commit 5b4b720

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/push.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,12 @@ jobs:
176176
uses: docker://mickaelandrieu/psalm-ga
177177
env:
178178
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
179+
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)