|
|
@@ -58,7 +58,7 @@ jobs:
|
|
|
uses: shivammathur/setup-php@v2
|
|
|
with:
|
|
|
php-version: ${{ matrix.php-version }}
|
|
|
- extensions: mbstring, intl, apcu, pdo_${{ matrix.db-type }}
|
|
|
+ extensions: mbstring, intl, apcu, memcached, redis, pdo_${{ matrix.db-type }}
|
|
|
ini-values: apc.enable_cli = 1
|
|
|
coverage: pcov
|
|
|
|
|
|
@@ -199,7 +199,7 @@ jobs:
|
|
|
uses: shivammathur/setup-php@v2
|
|
|
with:
|
|
|
php-version: '7.2'
|
|
|
- extensions: mbstring, intl, apcu
|
|
|
+ extensions: mbstring, intl, apcu, memcached, redis
|
|
|
coverage: none
|
|
|
|
|
|
- name: Get composer cache directory
|