We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314367a commit 4bc7d0bCopy full SHA for 4bc7d0b
tests/Integration/Cache/RedisCacheTest.php
@@ -19,6 +19,10 @@ public function test_php_redis_cache(): void
19
$this->markTestSkipped('The `redis` extension is not loaded.');
20
}
21
22
+ if (PHP_OS_FAMILY === 'Windows') {
23
+ $this->markTestSkipped('Redis is not configured on Windows CI.');
24
+ }
25
+
26
$redis = new PhpRedisClient(
27
client: new \Redis(),
28
config: new RedisConfig(
0 commit comments