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