We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d8f91 commit 7c624f1Copy full SHA for 7c624f1
src/Components/redis/tests/Tests/PhpRedisTest.php
@@ -176,7 +176,7 @@ public function testEvalScriptReadOnly(IRedisHandler $redis): void
176
{
177
$this->markTestSkipped(sprintf('PhpRedis version %s does not support read-only script', $redis->getClientVersion()));
178
}
179
- if ($redis instanceof PredisClusterHandler && version_compare($redis->getClientVersion(), '2.2', '<'))
+ if ($redis instanceof PredisClusterHandler && version_compare($redis->getClientVersion(), '2.2.2', '<='))
180
181
$this->markTestSkipped(sprintf('Predis (Cluster) version %s does not support read-only script', $redis->getClientVersion()));
182
0 commit comments