diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d6451a66..0e0dbd82e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,7 @@ jobs: with: php-version: ${{ matrix.php }} extensions: cli, openssl, gd, mysql, pdo, mbstring, tokenizer, bcmath, xml, curl, zip - tools: composer:v1 + tools: composer:v2 coverage: none - name: configure run: cp .env.ci .env