Skip to content

Commit

Permalink
Merge pull request #594 from ergebnis/fix/unused
Browse files Browse the repository at this point in the history
Fix: Remove unused step
  • Loading branch information
localheinz authored Oct 31, 2020
2 parents f8ac56a + d194950 commit aefdf15
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 aefdf15

Please sign in to comment.