Skip to content

Commit e3c5352

Browse files
MCLOUD-13455: Added the version range for Valkey to accomodate new versions
1 parent bee69b1 commit e3c5352

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Service/Validator.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ class Validator
2727
* Supported version constraints of Valkey services
2828
*/
2929
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',
3033
'>=2.4.8' => ' ~8.0.0 || ~8.0.1',
31-
'2.4.7-p6' => '~8.0.0 || ~8.0.1',
32-
'2.4.6-p11' => '~8.0.0 || ~8.0.1',
33-
'2.4.5-p13' => '~8.0.0 || ~8.0.1',
3434
];
3535

3636
/**

0 commit comments

Comments
 (0)