Bläddra i källkod

Use correct command..

Jordi Boggiano 4 år sedan
förälder
incheckning
ebd30cf831
1 ändrade filer med 1 tillägg och 1 borttagningar
  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'"