Browse Source

Use correct command..

Jordi Boggiano 4 years ago
parent
commit
ebd30cf831
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/continuous-integration.yml

+ 1 - 1
.github/workflows/continuous-integration.yml

@@ -76,7 +76,7 @@ jobs:
 
       - name: "Install lowest dependencies from composer.lock using composer binary provided by system"
         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"
         if: "matrix.dependencies == 'locked'"