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