Browse Source

Skip memcached for Windows.

A stable release is still now available for PHP 8.1 on Windows.
ADmad 4 years ago
parent
commit
a5ee190e48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

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

@@ -135,7 +135,7 @@ jobs:
     name: Windows - PHP 8.1 & SQL Server
 
     env:
-      EXTENSIONS: mbstring, intl, apcu, memcached, redis, pdo_sqlsrv
+      EXTENSIONS: mbstring, intl, apcu, redis, pdo_sqlsrv
       PHP_VERSION: '8.1'
 
     steps: