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 618dc18 commit 1e7c532Copy full SHA for 1e7c532
src/Service/Validator.php
@@ -85,8 +85,8 @@ 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.4-p7' => '~1.1.0 || 1.2.*',
89
- '>=2.4.4-p8 <= 2.4.4-p10' => '1.3.*',
+ '>=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.*',
+ '>=2.4.4-p8 < 2.4.5 || >=2.4.5-p6 <2.4.6' => '1.3.*',
90
'>=2.4.6' => '^2'
91
92
ServiceInterface::NAME_RABBITMQ => [
0 commit comments