Skip to content

Commit 025ab58

Browse files
staabmondrejmirtes
authored andcommitted
Fix backward-compatibility github action
1 parent c857e8a commit 025ab58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/backward-compatibility.yml

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
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 allow-plugins.ocramius/package-versions true"
35+
3336
- name: "Install BackwardCompatibilityCheck"
3437
run: "composer global require --dev roave/backward-compatibility-check"
3538

0 commit comments

Comments
 (0)