Skip to content

Commit d20b131

Browse files
committed
Remove platform requirement
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.
1 parent 426e551 commit d20b131

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.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)