Avoid removing the platform config on every build
parent
0dbc736eb7
commit
ef728bf8f7
|
@ -87,6 +87,7 @@ jobs:
|
||||||
run: "echo \"COMPOSER_FLAGS=$COMPOSER_FLAGS --ignore-platform-req=php\" >> $GITHUB_ENV"
|
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"
|
- 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"
|
run: "composer config platform --unset"
|
||||||
|
|
||||||
- name: "Allow alpha releases for latest-deps builds to catch problems earlier"
|
- name: "Allow alpha releases for latest-deps builds to catch problems earlier"
|
||||||
|
|
Loading…
Reference in New Issue