Skip to content

Commit 618dc18

Browse files
committed
Warning with OpenSearch Version
1 parent 12dfdc8 commit 618dc18

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Service/Validator.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ class Validator
8585
'>=2.4.4' => '~7.10.0', // Greater than 7.10 isn't supported on cloud infrastructure.
8686
],
8787
ServiceInterface::NAME_OPENSEARCH => [
88-
'>=2.3.7-p3 <2.4.0 || >=2.4.3-p2 <2.4.6' => '~1.1.0 || 1.2.*',
89-
'>=2.4.6' => '^2',
88+
'>=2.3.7-p3 <2.4.0 || >=2.4.3-p2 <= 2.4.4-p7' => '~1.1.0 || 1.2.*',
89+
'>=2.4.4-p8 <= 2.4.4-p10' => '1.3.*',
90+
'>=2.4.6' => '^2'
9091
],
9192
ServiceInterface::NAME_RABBITMQ => [
9293
'<2.3.0' => '~3.5.0',

0 commit comments

Comments
 (0)