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 4264e7b commit 428b84fCopy full SHA for 428b84f
src/Service/Validator.php
@@ -83,7 +83,7 @@ class Validator
83
'>=2.4.4' => '~7.10.0', // Greater than 7.10 isn't supported on cloud infrastructure.
84
],
85
ServiceInterface::NAME_OPENSEARCH => [
86
- '>=2.3.7-p3 <2.4.0 || >=2.4.3-p2 <2.4.6' => '~1.1.0 || ~1.2.1',
+ '>=2.3.7-p3 <2.4.0 || >=2.4.3-p2 <2.4.6' => '~1.1.0 || 1.2.*',
87
'>=2.4.6' => '^2',
88
89
ServiceInterface::NAME_RABBITMQ => [
0 commit comments