File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -324,14 +324,14 @@ protected function validateVersionsDataProvider(): array
324
324
[
325
325
'2.4.0 ' ,
326
326
[
327
- ServiceInterface::NAME_OPENSEARCH => '1.2.1 ' //wrong
327
+ ServiceInterface::NAME_OPENSEARCH => '1.2 ' //wrong
328
328
],
329
329
1
330
330
],
331
331
[
332
332
'2.4.3-p2 ' ,
333
333
[
334
- ServiceInterface::NAME_OPENSEARCH => '1.2.2 '
334
+ ServiceInterface::NAME_OPENSEARCH => '1.2 '
335
335
],
336
336
0
337
337
],
@@ -449,7 +449,7 @@ protected function validateVersionsDataProvider(): array
449
449
ServiceInterface::NAME_DB_MARIA => '10.5.0 ' , //wrong
450
450
ServiceInterface::NAME_VARNISH => '7.1.0 ' , //wrong
451
451
ServiceInterface::NAME_REDIS => '6.1.3 ' , //wrong
452
- ServiceInterface::NAME_OPENSEARCH => '1.2 ' , //wrong
452
+ ServiceInterface::NAME_OPENSEARCH => '1.2.0 ' , //wrong
453
453
ServiceInterface::NAME_RABBITMQ => '3.8.1 ' //wrong
454
454
],
455
455
6
You can’t perform that action at this time.
0 commit comments