Skip to content

Commit

Permalink
Do not run Roave BC Check with Docker in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianaromagnoli committed May 2, 2024
1 parent 1d78cda commit f067dd9
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,21 @@ jobs:

roave_bc_check:
name: Roave BC Check

runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- name: Roave BC Check
uses: docker://nyholm/roave-bc-check-ga
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "${{ matrix.php }}"
coverage: none

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

- name: Run roave/backward-compatibility-check.
run: vendor/bin/roave-backward-compatibility-check --format=github-actions

0 comments on commit f067dd9

Please sign in to comment.