Skip to content

Commit

Permalink
Use recommended BC check action
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowhand committed Oct 16, 2024
1 parent a968f82 commit a885b5f
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,23 +66,18 @@ jobs:
run: >-
composer run static-analysis
roave-bc-check:
name: Roave BC Check
roave-backwards-compatibility-check:
name: Roave Backwards Compatibility Check

runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Install PHP
uses: shivammathur/[email protected]

- name: Install Roave BC check
run: "composer require --dev roave/backward-compatibility-check"
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Run Roave BC check
run: "vendor/bin/roave-backward-compatibility-check"
- name: Check backwards compatibility
uses: docker://nyholm/roave-bc-check-ga

tests:
name: Tests
Expand Down

0 comments on commit a885b5f

Please sign in to comment.