File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Step/Deploy/InstallUpdate/Install/Setup Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public function __construct(
51
51
*/
52
52
public function getFullEngineName (): string
53
53
{
54
- if ($ this ->magentoVersion ->satisfies ('2.4.4-p13 || >=2.4.5-p12 ' )) {
54
+ if ($ this ->magentoVersion ->satisfies ('>= 2.4.4-p13 <2.4.5 || >=2.4.5-p12 ' )) {
55
55
return static ::ENGINE_NAME ;
56
56
}
57
57
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ class Validator
100
100
ServiceInterface::NAME_OPENSEARCH => [
101
101
'>=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.* ' ,
102
102
'>=2.4.4-p8 <2.4.4-p12 || >=2.4.5-p6 <2.4.5-p11 ' => '1.3.* ' ,
103
- '2.4.4-p13 || >=2.4.5-p12 ' => '^2 '
103
+ '>= 2.4.4-p13 <2.4.5 || >=2.4.5-p12 ' => '^2 '
104
104
],
105
105
ServiceInterface::NAME_RABBITMQ => [
106
106
'<2.3.0 ' => '~3.5.0 ' ,
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ private function getEsOptions(): array
268
268
$ configuration = $ this ->openSearch ->getConfiguration ();
269
269
$ isAuthEnabled = $ this ->openSearch ->isAuthEnabled ();
270
270
271
- if ($ this ->magentoVersion ->satisfies ('2.4.4-p13 || >=2.4.5-p12 ' )) {
271
+ if ($ this ->magentoVersion ->satisfies ('>= 2.4.4-p13 <2.4.5 || >=2.4.5-p12 ' )) {
272
272
$ enginePrefixName = 'opensearch ' ;
273
273
}
274
274
} else {
You can’t perform that action at this time.
0 commit comments