Skip to content

Commit cafee4e

Browse files
committed
feat: APCu caching driver: fix phpunit workflow
1 parent 0f05b92 commit cafee4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ 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
167167
extra-composer-options: ${{ matrix.composer-option }}
168168

169169
coveralls:

0 commit comments

Comments
 (0)