From ebd30cf8310c010eca7a980fa0811d209fdfc3e3 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 22 Apr 2020 08:30:44 +0200 Subject: [PATCH] Use correct command.. --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 14c39e8d3..3a794c5a5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.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'"