We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 426e551 + d20b131 commit 32bc014Copy full SHA for 32bc014
.github/workflows/continuous-integration.yml
@@ -92,6 +92,10 @@ jobs:
92
echo "COMPOSER_ROOT_VERSION=${{ inputs.composer-root-version }}" >> $GITHUB_ENV
93
if: "${{ inputs.composer-root-version }}"
94
95
+ - name: "Remove platform requirement"
96
+ run: "composer config --unset platform"
97
+ if: "${{ matrix.dependencies == 'highest' }}"
98
+
99
- name: "Install dependencies with Composer"
100
uses: "ramsey/composer-install@v2"
101
with:
0 commit comments