Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2afec65

Browse files
authoredAug 22, 2024··
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

Lines changed: 1 addition & 4 deletions
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)
Please sign in to comment.