Skip to content

Commit 1e7c532

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Service/Validator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ 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.4-p7' => '~1.1.0 || 1.2.*',
89-
'>=2.4.4-p8 <= 2.4.4-p10' => '1.3.*',
88+
'>=2.3.7-p3 <2.4.0 || >=2.4.3-p2 <2.4.4-p7 || >=2.4.5 <2.4.5-p7' => '~1.1.0 || 1.2.*',
89+
'>=2.4.4-p8 < 2.4.5 || >=2.4.5-p6 <2.4.6' => '1.3.*',
9090
'>=2.4.6' => '^2'
9191
],
9292
ServiceInterface::NAME_RABBITMQ => [

0 commit comments

Comments
 (0)