From bb256f3ed3f5eaaf15b61edafd790646d6f1ed2b Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Wed, 13 Dec 2023 15:22:35 -1000 Subject: [PATCH] ci: add composer via action --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfdedcc5..89244d58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} + tools: composer extensions: apcu - name: Checkout