Skip to content

Commit

Permalink
Upgrade CI Composer to v2
Browse files Browse the repository at this point in the history
This is OK now, because before Composer v1 support was required for wikimedia/composer-merge-plugin - and now the plugin supports Composer v2.

wikimedia/composer-merge-plugin#189
  • Loading branch information
XedinUnknown committed Apr 27, 2024
1 parent 4b58482 commit 16bd338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: cp .env.example .env

- name: Install dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v3
with:
dependency-versions: highest
composer-options: "--prefer-dist"
Expand Down

0 comments on commit 16bd338

Please sign in to comment.