From 76faa6ec458322e36a197d8ebd3b9cf2e6f99d7e Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Sat, 2 Dec 2023 13:23:40 -0600 Subject: [PATCH] Add raphf to CI extensions --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40f8928..fa8a6da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,8 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} - extensions: pq + extensions: raphf, pq + - name: Get Composer cache directory id: composer-cache