@@ -147,9 +147,9 @@ public function validateVersionsDataProvider(): array
147
147
'2.5.0 ' ,
148
148
[
149
149
ServiceInterface::NAME_PHP => '7.2.13 ' , // wrong
150
- ServiceInterface::NAME_DB_MARIA => '10.2 .1 ' ,
150
+ ServiceInterface::NAME_DB_MARIA => '10.6 .1 ' ,
151
151
ServiceInterface::NAME_NGINX => '1.9 ' ,
152
- ServiceInterface::NAME_VARNISH => '5.5 ' ,
152
+ ServiceInterface::NAME_VARNISH => '7.1.1 ' ,
153
153
ServiceInterface::NAME_REDIS => 'latest ' ,
154
154
ServiceInterface::NAME_ELASTICSEARCH => '6.7 ' , // wrong
155
155
ServiceInterface::NAME_RABBITMQ => '3.7 '
@@ -205,7 +205,7 @@ public function validateVersionsDataProvider(): array
205
205
[
206
206
'2.4.1 ' ,
207
207
[
208
- ServiceInterface::NAME_DB_MYSQL => '5.7 ' ,
208
+ ServiceInterface::NAME_DB_MYSQL => '8.0.2 ' ,
209
209
],
210
210
0
211
211
],
@@ -301,6 +301,19 @@ public function validateVersionsDataProvider(): array
301
301
],
302
302
0
303
303
],
304
+ [
305
+ '2.3.7-p4 ' ,
306
+ [
307
+ ServiceInterface::NAME_PHP => '7.4.0 ' ,
308
+ ServiceInterface::NAME_DB_MARIA => '10.3.35 ' ,
309
+ ServiceInterface::NAME_NGINX => '1.18.0 ' ,
310
+ ServiceInterface::NAME_VARNISH => '6.5.1 ' ,
311
+ ServiceInterface::NAME_REDIS => '6.0.12 ' ,
312
+ ServiceInterface::NAME_OPENSEARCH => '1.2.1 ' ,
313
+ ServiceInterface::NAME_RABBITMQ => '3.9.0 '
314
+ ],
315
+ 0
316
+ ],
304
317
[
305
318
'2.3.7-p3 ' ,
306
319
[
@@ -311,7 +324,7 @@ public function validateVersionsDataProvider(): array
311
324
[
312
325
'2.4.0 ' ,
313
326
[
314
- ServiceInterface::NAME_OPENSEARCH => '1.2.2 ' //wrong
327
+ ServiceInterface::NAME_OPENSEARCH => '1.2.1 ' //wrong
315
328
],
316
329
1
317
330
],
@@ -322,6 +335,13 @@ public function validateVersionsDataProvider(): array
322
335
],
323
336
0
324
337
],
338
+ [
339
+ '2.4.3 ' ,
340
+ [
341
+ ServiceInterface::NAME_OPENSEARCH => '1.2.2 ' //wrong
342
+ ],
343
+ 1
344
+ ],
325
345
[
326
346
'2.4.4 ' ,
327
347
[
@@ -381,6 +401,91 @@ public function validateVersionsDataProvider(): array
381
401
],
382
402
0
383
403
],
404
+ [
405
+ '2.4.3-p3 ' ,
406
+ [
407
+ ServiceInterface::NAME_PHP => '7.4.0 ' ,
408
+ ServiceInterface::NAME_DB_MARIA => '10.4.14 ' ,
409
+ ServiceInterface::NAME_NGINX => '1.18.0 ' ,
410
+ ServiceInterface::NAME_VARNISH => '6.5.1 ' ,
411
+ ServiceInterface::NAME_REDIS => '6.0.12 ' ,
412
+ ServiceInterface::NAME_OPENSEARCH => '1.2.1 ' ,
413
+ ServiceInterface::NAME_RABBITMQ => '3.8.0 '
414
+ ],
415
+ 0
416
+ ],
417
+ [
418
+ '2.4.3-p3 ' ,
419
+ [
420
+ ServiceInterface::NAME_RABBITMQ => '3.9.0 '
421
+ ],
422
+ 0
423
+ ],
424
+ [
425
+ '2.4.4-p1 ' ,
426
+ [
427
+ ServiceInterface::NAME_PHP => '8.1.0 ' ,
428
+ ServiceInterface::NAME_DB_MARIA => '10.4.22 ' ,
429
+ ServiceInterface::NAME_NGINX => '1.18.0 ' ,
430
+ ServiceInterface::NAME_VARNISH => '7.0.0 ' ,
431
+ ServiceInterface::NAME_REDIS => '6.2.6 ' ,
432
+ ServiceInterface::NAME_OPENSEARCH => '1.2.1 ' ,
433
+ ServiceInterface::NAME_RABBITMQ => '3.9.0 '
434
+ ],
435
+ 0
436
+ ],
437
+ [
438
+ '2.4.5 ' ,
439
+ [
440
+ ServiceInterface::NAME_ELASTICSEARCH => '7.10 '
441
+ ],
442
+ 0
443
+ ],
444
+ [
445
+ '2.4.5 ' ,
446
+ [
447
+ ServiceInterface::NAME_PHP => '8.0.0 ' , //wrong
448
+ ServiceInterface::NAME_ELASTICSEARCH => '7.11.0 ' , //wrong
449
+ ServiceInterface::NAME_DB_MARIA => '10.5.0 ' , //wrong
450
+ ServiceInterface::NAME_VARNISH => '7.1.0 ' , //wrong
451
+ ServiceInterface::NAME_REDIS => '6.1.3 ' , //wrong
452
+ ServiceInterface::NAME_OPENSEARCH => '1.2.0 ' , //wrong
453
+ ServiceInterface::NAME_RABBITMQ => '3.8.1 ' //wrong
454
+ ],
455
+ 6
456
+ ],
457
+ [
458
+ '2.4.5 ' ,
459
+ [
460
+ ServiceInterface::NAME_PHP => '8.1.0 ' ,
461
+ ServiceInterface::NAME_DB_MARIA => '10.4.22 ' ,
462
+ ServiceInterface::NAME_NGINX => '1.18.0 ' ,
463
+ ServiceInterface::NAME_VARNISH => '7.0.0 ' ,
464
+ ServiceInterface::NAME_REDIS => '6.2.6 ' ,
465
+ ServiceInterface::NAME_OPENSEARCH => '1.2.1 ' ,
466
+ ServiceInterface::NAME_RABBITMQ => '3.9.0 '
467
+ ],
468
+ 0
469
+ ],
470
+ [
471
+ '2.4.6 ' ,
472
+ [
473
+ ServiceInterface::NAME_ELASTICSEARCH => '7.11 ' //wrong
474
+ ],
475
+ 1
476
+ ],
477
+ [
478
+ '2.4.6 ' ,
479
+ [
480
+ ServiceInterface::NAME_PHP => '8.2.0 ' ,
481
+ ServiceInterface::NAME_DB_MARIA => '10.6.0 ' ,
482
+ ServiceInterface::NAME_VARNISH => '7.1.1 ' ,
483
+ ServiceInterface::NAME_REDIS => '7.0.0 ' ,
484
+ ServiceInterface::NAME_OPENSEARCH => '2.3.0 ' ,
485
+ ServiceInterface::NAME_RABBITMQ => '3.9.0 '
486
+ ],
487
+ 0
488
+ ],
384
489
];
385
490
}
386
491
}
0 commit comments