Skip to content

Commit

Permalink
Fix: Do not remove incompatible dependencies when running tests again…
Browse files Browse the repository at this point in the history
…st locked dependencies
  • Loading branch information
localheinz committed Nov 18, 2024
1 parent bc2a70a commit eac7b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eac7b98

Please sign in to comment.