Skip to content

Commit 2afec65

Browse files
authored
Update roave/backward-compatibility-check
1 parent fcaefac commit 2afec65

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/backward-compatibility.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@ jobs:
2525
uses: "shivammathur/setup-php@v2"
2626
with:
2727
coverage: "none"
28-
php-version: "7.4"
28+
php-version: "8.3"
2929

3030
- name: "Install dependencies"
3131
run: "composer install --no-dev --no-interaction --no-progress --no-suggest"
3232

33-
- name: "allow composer plugins"
34-
run: "composer config --no-plugins --global allow-plugins.ocramius/package-versions true"
35-
3633
- name: "Install BackwardCompatibilityCheck"
3734
run: "composer global require --dev roave/backward-compatibility-check"
3835

0 commit comments

Comments
 (0)