Skip to content

Commit

Permalink
Remove platform requirement
Browse files Browse the repository at this point in the history
This requirement might exist to prevent contributors from committing
something incompatible with the lowest supported version of PHP to the
lock file, thus breaking the "locked" jobs.
  • Loading branch information
greg0ire committed Dec 31, 2023
1 parent 426e551 commit d20b131
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 d20b131

Please sign in to comment.