From 5538daf33f236ebf4c47e2c401e750a964494bf8 Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Wed, 13 Dec 2023 15:40:08 -1000 Subject: [PATCH] ci: activate apc --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c9b6700..b1cca8dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: with: php-version: ${{ matrix.php }} extensions: apc, apcu + ini-file: tests/apc.ini - name: Checkout uses: actions/checkout@master