We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee42eb2 commit e923ae3Copy full SHA for e923ae3
1 file changed
.github/workflows/code-coverage.yml
@@ -43,6 +43,11 @@ jobs:
43
extensions: "${{ inputs.php-extensions }}"
44
php-version: "${{ inputs.php-version }}"
45
46
+ - name: "Set COMPOSER_ROOT_VERSION"
47
+ run: |
48
+ echo "COMPOSER_ROOT_VERSION=${{ inputs.composer-root-version }}" >> $GITHUB_ENV
49
+ if: "${{ inputs.composer-root-version }}"
50
+
51
- name: "Install dependencies with Composer"
52
uses: "ramsey/composer-install@v1"
53
with:
0 commit comments