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 bee69b1 commit e3c5352Copy full SHA for e3c5352
src/Service/Validator.php
@@ -27,10 +27,10 @@ class Validator
27
* Supported version constraints of Valkey services
28
*/
29
private const VALKEY_SUPPORT_VERSIONS = [
30
+ '2.4.5-p13 <2.4.6' => '~8.0.0 || ~8.0.1',
31
+ '2.4.6-p11 <2.4.7' => '~8.0.0 || ~8.0.1',
32
+ '2.4.7-p6 <2.4.8' => '~8.0.0 || ~8.0.1',
33
'>=2.4.8' => ' ~8.0.0 || ~8.0.1',
- '2.4.7-p6' => '~8.0.0 || ~8.0.1',
- '2.4.6-p11' => '~8.0.0 || ~8.0.1',
- '2.4.5-p13' => '~8.0.0 || ~8.0.1',
34
];
35
36
/**
0 commit comments