Explorar el Código

Use correct command..

Jordi Boggiano hace 4 años
padre
commit
ebd30cf831
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'"