Skip to content

Commit eed2a6b

Browse files
committed
MCLOUD-10075: Fix validator for OpenSearch
1 parent 8bd68c3 commit eed2a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class Validator
8484
],
8585
ServiceInterface::NAME_OPENSEARCH => [
8686
'>=2.3.7-p3 <2.4.0 || >=2.4.3-p2 <2.4.6' => '~1.1.0 || ~1.2.1',
87-
'>=2.4.6' => '~2.3.0',
87+
'>=2.4.6' => '^2',
8888
],
8989
ServiceInterface::NAME_RABBITMQ => [
9090
'<2.3.0' => '~3.5.0',

0 commit comments

Comments
 (0)