Skip to content

Commit

Permalink
Ditch action in favor of running tool directly
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Aug 18, 2023
1 parent 528e9d6 commit fd0fe06
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/bc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
with:
fetch-depth: 0

- name: "Roave BC Check"
uses: "docker://nyholm/roave-bc-check-ga"
with:
args: "--from=${{ github.event.pull_request.base.sha }}"
- name: Install PHP with extensions.
uses: shivammathur/setup-php@v2

- name: Install roave/backward-compatibility-check.
run: composer require --dev roave/backward-compatibility-check

- name: Run roave/backward-compatibility-check.
run: vendor/bin/roave-backward-compatibility-check

0 comments on commit fd0fe06

Please sign in to comment.