From b685ffa43a90b7929a9eba80bd7cf06464c5dbb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 24 Nov 2024 11:39:28 +0100 Subject: [PATCH] Fix: Do not attempt to remove package that is not installed --- .github/workflows/integrate.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index b8d9b7c1..521b58d2 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -457,10 +457,6 @@ jobs: key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" restore-keys: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-" - - name: "Remove incompatible dependencies with composer" - if: "matrix.dependencies != 'locked'" - run: "composer remove roave/backward-compatibility-check --ansi --dev --no-interaction --no-progress" - - name: "Remove platform configuration with composer" if: "matrix.dependencies != 'locked'" run: "composer config platform.php --ansi --unset"