We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4b720 commit b73a2b7Copy full SHA for b73a2b7
.github/workflows/push.yml
@@ -177,11 +177,11 @@ jobs:
177
env:
178
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
+ bc_check:
+ name: BC Check
+ runs-on: ubuntu-latest
+ needs: [setup, phpunit]
+ steps:
+ - uses: actions/checkout@master
+ - name: BC Check
+ uses: docker://nyholm/roave-bc-check-ga
0 commit comments