File tree Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1+ name : " BC check"
2+
3+ on :
4+ pull_request :
5+
6+ jobs :
7+ roave_bc_check :
8+ name : " Roave BC check"
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@v2
12+ with :
13+ fetch-depth : 0
14+
15+ - name : Roave BC Check
16+ uses : docker://nyholm/roave-bc-check-ga
17+ with :
18+ args : --from=${{ github.event.pull_request.base.sha }}
Original file line number Diff line number Diff line change 2828 - name : Run phpunit
2929 run : vendor/bin/phpunit --verbose
3030
31- roave_bc_check :
32- name : Roave BC Check
33- runs-on : ubuntu-latest
34- steps :
35- - run : echo true
36- - uses : actions/checkout@v2
37-
38- - name : Roave BC Check
39- uses : docker://nyholm/roave-bc-check-ga
40-
4131 phpstan :
4232 name : PHPStan
4333 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments