From 16bd3382b301109837178d2417e5fd17f0c47734 Mon Sep 17 00:00:00 2001 From: Anton Ukhanev Date: Sat, 27 Apr 2024 03:04:57 +0200 Subject: [PATCH] Upgrade CI Composer to v2 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 --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index ab2f68c..3326ea8 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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"