Skip to content

Commit

Permalink
Force Composer v1 to be installed for tests
Browse files Browse the repository at this point in the history
Until such a time that `wikimedia/composer-merge-plugin` supports Composer 2.

Refs: #5330 (comment)
  • Loading branch information
Ben Thomson authored Oct 25, 2020
1 parent e1ba909 commit 34e9bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.phpVersion }}
tools: composer
tools: composer:1.10.16
extensions: ${{ env.extensions }}

- name: Setup dependency cache
Expand Down

0 comments on commit 34e9bea

Please sign in to comment.