1
0
Fork 0

Fix php8 build bootstrap

pull/8874/head
Jordi Boggiano 2020-05-04 20:16:56 +02:00
parent 21aeef1365
commit e5a5a9175d
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,7 @@ jobs:
if: "matrix.dependencies == 'highest'"
run: "composer config platform --unset && composer update ${{ env.COMPOSER_FLAGS }}"
- name: "Install highest dependencies from composer.json using composer binary provided by system"
- name: "Install highest dependencies from composer.json using composer binary provided by system, ignoring platform requirements"
if: "matrix.dependencies == 'highest-ignore'"
run: "composer config platform --unset && composer update ${{ env.COMPOSER_FLAGS }} --ignore-platform-reqs"
@ -100,6 +100,7 @@ jobs:
run: "composer install ${{ env.COMPOSER_FLAGS }}"
- name: "Run install again using composer binary from source"
if: "matrix.dependencies != 'highest-ignore'"
run: "bin/composer install ${{ env.COMPOSER_FLAGS }}"
- name: "Validate composer.json"