We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f05b92 commit cafee4eCopy full SHA for cafee4e
.github/workflows/test-phpunit.yml
@@ -163,7 +163,7 @@ 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-composer-options: ${{ matrix.composer-option }}
168
169
coveralls:
0 commit comments