Skip to content

Commit

Permalink
Fix: Remove unused step
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Oct 31, 2020
1 parent f8ac56a commit d194950
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit d194950

Please sign in to comment.