From baa0a78ab60daaceaeb7ea673105683e3b106977 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sun, 23 Feb 2025 01:33:55 +0100 Subject: [PATCH] ci: Switch to composer v2 Composer v1 is not compatible with PHP 8.4. master switched in 66215a6c809ba63a59b5d598c4ddd7842bb3d52b. --- .github/workflows/continuous-integration.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a190059..602db34 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -40,7 +40,7 @@ jobs: with: php-version: "${{ matrix.php }}" coverage: "none" - tools: composer:v1 + tools: composer:v2 extensions: tidy ini-values: "date.timezone=Europe/Paris" env: @@ -86,7 +86,7 @@ jobs: with: php-version: "${{ matrix.php }}" coverage: "xdebug" - tools: composer:v1 + tools: composer:v2 extensions: tidy ini-values: "date.timezone=Europe/Paris" env: @@ -139,7 +139,7 @@ jobs: with: php-version: "${{ matrix.php }}" coverage: "none" - tools: composer:v1 + tools: composer:v2 extensions: tidy ini-values: "date.timezone=Europe/Paris" env: @@ -163,7 +163,7 @@ jobs: SYMFONY_PHPUNIT_VERSION: 7.5 phpunit-composerv2: - name: "PHPUnit with Composer v2 (PHP ${{ matrix.php }})" + name: "PHPUnit with Composer v1 (PHP ${{ matrix.php }})" runs-on: "ubuntu-20.04" strategy: @@ -182,7 +182,7 @@ jobs: with: php-version: "${{ matrix.php }}" coverage: "none" - tools: composer:v2 + tools: composer:v1 extensions: tidy ini-values: "date.timezone=Europe/Paris" env: