Avoid removing the platform config on every build

main
Jordi Boggiano 2 years ago committed by GitHub
parent 0dbc736eb7
commit ef728bf8f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save