We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723f7e2 commit c558924Copy full SHA for c558924
.github/workflows/build.yml
@@ -197,7 +197,7 @@ jobs:
197
name: Roave BC Check
198
runs-on: ubuntu-latest
199
env:
200
- PHP_VERSION: 8.1
+ PHP_VERSION: 8.2
201
steps:
202
- name: Checkout code
203
uses: actions/checkout@v3
@@ -213,7 +213,7 @@ jobs:
213
coverage: none
214
215
- name: Install roave/backward-compatibility-check.
216
- run: composer require --dev roave/backward-compatibility-check
+ run: composer require --dev roave/backward-compatibility-check --no-plugins
217
218
- name: Run roave/backward-compatibility-check.
219
run: vendor/bin/roave-backward-compatibility-check --format=github-actions
0 commit comments