1
0
Fork 0

Avoid removing the platform config on every build

pull/10347/head
Jordi Boggiano 2021-12-08 22:03:22 +01:00 committed by GitHub
parent 0dbc736eb7
commit ef728bf8f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ jobs:
run: "echo \"COMPOSER_FLAGS=$COMPOSER_FLAGS --ignore-platform-req=php\" >> $GITHUB_ENV"
- name: "Remove platform config to get latest dependencies for current PHP version when build is not locked"
if: "contains(matrix.dependencies, 'highest') || contains(matrix.dependencies, 'lowest')"
run: "composer config platform --unset"
- name: "Allow alpha releases for latest-deps builds to catch problems earlier"