From a21a6a2e7b473c1e868999827adc71ac0c50e818 Mon Sep 17 00:00:00 2001 From: Markus Poerschke Date: Sat, 10 Oct 2020 18:09:45 +0200 Subject: [PATCH] Use composer v2 in PHP 8 test (#203) * Use composer v2 in PHP 8 test * Define composer version using setup-php action --- .github/workflows/ci_php8.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_php8.yml b/.github/workflows/ci_php8.yml index ccb164c3..5c8d4c36 100644 --- a/.github/workflows/ci_php8.yml +++ b/.github/workflows/ci_php8.yml @@ -17,6 +17,7 @@ jobs: uses: "shivammathur/setup-php@v2" with: php-version: "8.0" + tools: composer:v2 - name: "Determine composer cache directory" id: "determine-composer-cache-directory"