Skip to content

Commit 32bc014

Browse files
authored
Merge pull request #35 from greg0ire/remove-platform-requirement
Remove platform requirement
2 parents 426e551 + d20b131 commit 32bc014

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ jobs:
9292
echo "COMPOSER_ROOT_VERSION=${{ inputs.composer-root-version }}" >> $GITHUB_ENV
9393
if: "${{ inputs.composer-root-version }}"
9494

95+
- name: "Remove platform requirement"
96+
run: "composer config --unset platform"
97+
if: "${{ matrix.dependencies == 'highest' }}"
98+
9599
- name: "Install dependencies with Composer"
96100
uses: "ramsey/composer-install@v2"
97101
with:

0 commit comments

Comments
 (0)