From d194950b3e6a489d6057228ee03fa3e44b24606b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 31 Oct 2020 10:39:40 +0100 Subject: [PATCH] Fix: Remove unused step --- .github/workflows/integrate.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 4b8cd315..952de0a3 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -368,10 +368,6 @@ jobs: with: dependencies: "${{ matrix.dependencies }}" - - name: "Install highest dependencies from composer.json" - if: "matrix.dependencies == 'highest'" - run: "composer update --no-interaction --no-progress --no-suggest" - - name: "Remove composer/composer" run: "composer remove composer/composer --no-interaction --no-progress"