Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ jobs:
roave_bc_check:
name: Roave BC Check
runs-on: ubuntu-latest
# BC check disabled until 3.0.0 is tagged
steps:
- run: echo true
# - uses: actions/checkout@v2
#
# - name: Roave BC Check
# uses: docker://nyholm/roave-bc-check-ga
- uses: actions/checkout@v2

- name: Roave BC Check
uses: docker://nyholm/roave-bc-check-ga

phpstan:
name: PHPStan
Expand Down