Skip to content

Commit

Permalink
Try to fix BC check
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Sep 2, 2024
1 parent 723f7e2 commit c558924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
name: Roave BC Check
runs-on: ubuntu-latest
env:
PHP_VERSION: 8.1
PHP_VERSION: 8.2
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -213,7 +213,7 @@ jobs:
coverage: none

- name: Install roave/backward-compatibility-check.
run: composer require --dev 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
Expand Down

0 comments on commit c558924

Please sign in to comment.