Skip to content

Commit

Permalink
Fix: Remove composer/composer before requiring version used for compi…
Browse files Browse the repository at this point in the history
…ling PHAR
  • Loading branch information
localheinz committed Apr 26, 2020
1 parent b829d43 commit 06cd4c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,9 @@ jobs:
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"

- name: "Require composer/composer"
run: "composer require composer/composer:${{ env.COMPOSER_VERSION }} --no-interaction --no-progress --no-suggest"

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
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"

- name: "Require composer/composer"
run: "composer require composer/composer:${{ env.COMPOSER_VERSION }} --no-interaction --no-progress --no-suggest"

Expand Down

0 comments on commit 06cd4c6

Please sign in to comment.