1
0
Fork 0

Use correct command..

pull/8842/head
Jordi Boggiano 2020-04-22 08:30:44 +02:00
parent acef74d1ab
commit ebd30cf831
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
- name: "Install lowest dependencies from composer.lock using composer binary provided by system" - name: "Install lowest dependencies from composer.lock using composer binary provided by system"
if: "matrix.dependencies == 'lowest'" if: "matrix.dependencies == 'lowest'"
run: "composer install ${{ env.COMPOSER_FLAGS }} --prefer-lowest" run: "composer update ${{ env.COMPOSER_FLAGS }} --prefer-lowest"
- name: "Install dependencies from composer.lock using composer binary provided by system" - name: "Install dependencies from composer.lock using composer binary provided by system"
if: "matrix.dependencies == 'locked'" if: "matrix.dependencies == 'locked'"