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 12dfdc8 commit 618dc18Copy full SHA for 618dc18
src/Service/Validator.php
@@ -85,8 +85,9 @@ class Validator
85
'>=2.4.4' => '~7.10.0', // Greater than 7.10 isn't supported on cloud infrastructure.
86
],
87
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',
+ '>=2.3.7-p3 <2.4.0 || >=2.4.3-p2 <= 2.4.4-p7' => '~1.1.0 || 1.2.*',
+ '>=2.4.4-p8 <= 2.4.4-p10' => '1.3.*',
90
+ '>=2.4.6' => '^2'
91
92
ServiceInterface::NAME_RABBITMQ => [
93
'<2.3.0' => '~3.5.0',
0 commit comments