Skip to content

Commit

Permalink
Switch roave bc-checker from docker to local setup
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Oct 17, 2023
1 parent 113f6b3 commit 5b60ae9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/backwards-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ jobs:
with:
fetch-depth: 0

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

- 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 --from=${{ github.event.pull_request.base.sha }} --format=github-actions

0 comments on commit 5b60ae9

Please sign in to comment.