Skip to content

Commit c558924

Browse files
committed
Try to fix BC check
1 parent 723f7e2 commit c558924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
name: Roave BC Check
198198
runs-on: ubuntu-latest
199199
env:
200-
PHP_VERSION: 8.1
200+
PHP_VERSION: 8.2
201201
steps:
202202
- name: Checkout code
203203
uses: actions/checkout@v3
@@ -213,7 +213,7 @@ jobs:
213213
coverage: none
214214

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

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

0 commit comments

Comments
 (0)