We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26b2ce commit aef434fCopy full SHA for aef434f
.github/workflows/test-phpunit.yml
@@ -163,7 +163,8 @@ jobs:
163
enable-artifact-upload: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
164
enable-coverage: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
165
enable-profiling: ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
166
- extra-extensions: redis, memcached
+ extra-extensions: redis, memcached, apcu
167
+ extra-ini-options: apc.enable_cli=1
168
extra-composer-options: ${{ matrix.composer-option }}
169
170
coveralls:
0 commit comments