Skip to content

Commit aef434f

Browse files
committed
feat: APCu caching driver: phpunit workflow APCu extension
1 parent f26b2ce commit aef434f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-phpunit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ jobs:
163163
enable-artifact-upload: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
164164
enable-coverage: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
165165
enable-profiling: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
166-
extra-extensions: redis, memcached
166+
extra-extensions: redis, memcached, apcu
167+
extra-ini-options: apc.enable_cli=1
167168
extra-composer-options: ${{ matrix.composer-option }}
168169

169170
coveralls:

0 commit comments

Comments
 (0)