Skip to content

Commit

Permalink
Fix Roave BC Check
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianaromagnoli committed May 2, 2024
1 parent 9affee5 commit 3863352
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # This is needed for Roave BC check

- name: Configure sysctl limits
run: |
Expand Down Expand Up @@ -80,23 +82,8 @@ jobs:
if: ${{ failure() }}
run: sudo bash ./upload-textfiles "/var/log/elasticsearch/*.log"

roave_bc_check:
name: Roave BC Check
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
coverage: none

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

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

0 comments on commit 3863352

Please sign in to comment.