Skip to content

Commit 4435451

Browse files
committed
Switch roave bc-checker from docker to local setup
1 parent 113f6b3 commit 4435451

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/backwards-compatibility.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414

15-
- name: Roave BC Check
16-
uses: docker://nyholm/roave-bc-check-ga
15+
- name: Install PHP
16+
uses: shivammathur/setup-php@v2
1717
with:
18-
args: --from=${{ github.event.pull_request.base.sha }}
18+
php-version: '8.2'
19+
20+
- name: Install roave/backward-compatibility-check.
21+
run: composer require --dev roave/backward-compatibility-check
22+
23+
- name: Run roave/backward-compatibility-check.
24+
run: vendor/bin/roave-backward-compatibility-check --from=${{ github.event.pull_request.base.sha }}

0 commit comments

Comments
 (0)