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.
2 parents 8f54873 + 7ca2cb8 commit d695020Copy full SHA for d695020
.github/workflows/ci.yml
@@ -56,6 +56,9 @@ jobs:
56
tools: composer:v2
57
coverage: "${{ matrix.coverage }}"
58
59
+ - name: Show the Composer configuration
60
+ run: composer config --global --list
61
+
62
- name: Cache dependencies installed with composer
63
uses: actions/cache@v3
64
with:
@@ -108,6 +111,9 @@ jobs:
108
111
tools: "composer:v2, phive"
109
112
coverage: none
110
113
114
115
116
117
118
119
0 commit comments