ソースを参照

Add memcached and redis extensions

othercorey 5 年 前
コミット
eab18bdaab
1 ファイル変更2 行追加2 行削除
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -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