From eac7b98c89088886dd7f52aa1dad4f5128064bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Mon, 18 Nov 2024 08:01:49 +0100 Subject: [PATCH] Fix: Do not remove incompatible dependencies when running tests against locked dependencies --- .github/workflows/integrate.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 9ba232d3..eb2d436d 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -510,6 +510,7 @@ jobs: 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"