We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113f6b3 commit 14e8eedCopy full SHA for 14e8eed
.github/workflows/backwards-compatibility.yml
@@ -12,7 +12,13 @@ jobs:
12
with:
13
fetch-depth: 0
14
15
- - name: Roave BC Check
16
- uses: docker://nyholm/roave-bc-check-ga
+ - name: Install PHP
+ uses: shivammathur/setup-php@v2
17
18
- args: --from=${{ github.event.pull_request.base.sha }}
+ 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 }} --format=github-actions
0 commit comments