We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c857e8a commit 025ab58Copy full SHA for 025ab58
.github/workflows/backward-compatibility.yml
@@ -30,6 +30,9 @@ jobs:
30
- name: "Install dependencies"
31
run: "composer install --no-dev --no-interaction --no-progress --no-suggest"
32
33
+ - name: "allow composer plugins"
34
+ run: "composer config --no-plugins allow-plugins.ocramius/package-versions true"
35
+
36
- name: "Install BackwardCompatibilityCheck"
37
run: "composer global require --dev roave/backward-compatibility-check"
38
0 commit comments