Skip to content

Commit

Permalink
Merge pull request #35 from greg0ire/remove-platform-requirement
Browse files Browse the repository at this point in the history
Remove platform requirement
  • Loading branch information
jaapio authored Dec 31, 2023
2 parents 426e551 + d20b131 commit 32bc014
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ jobs:
echo "COMPOSER_ROOT_VERSION=${{ inputs.composer-root-version }}" >> $GITHUB_ENV
if: "${{ inputs.composer-root-version }}"

- name: "Remove platform requirement"
run: "composer config --unset platform"
if: "${{ matrix.dependencies == 'highest' }}"

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
with:
Expand Down

0 comments on commit 32bc014

Please sign in to comment.