Jordi Boggiano 4 жил өмнө
parent
commit
ebd30cf831

+ 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"
       - 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'"