diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a03395e2..e4e6a8cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,9 @@ jobs: tools: composer:v2 coverage: "${{ matrix.coverage }}" + - name: Show the Composer configuration + run: composer config --global --list + - name: Cache dependencies installed with composer uses: actions/cache@v3 with: @@ -108,6 +111,9 @@ jobs: tools: "composer:v2, phive" coverage: none + - name: Show the Composer configuration + run: composer config --global --list + - name: Cache dependencies installed with composer uses: actions/cache@v3 with: