From 3c1507ad79d058b2639a3e887a49c47d300b87f7 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Thu, 31 Aug 2023 12:26:42 -0500 Subject: [PATCH] use Composer LTS --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 960c545..eafeb99 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,5 +24,6 @@ jobs: uses: php-actions/composer@v6 with: php_version: ${{ matrix.php-versions }} + version: 2.2 - name: PHPUnit run: vendor/bin/phpunit