File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class Validator
20
20
* Supported version constraints of Redis services
21
21
*/
22
22
private const REDIS_SUPPORT_VERSIONS = [
23
- '* ' => '~3.2.0 || ~4.0.0 || ~5.0.0 || ~6.0.0 || ~6.2.0 || ~7.0.0 ' ,
23
+ '* ' => '~3.2.0 || ~4.0.0 || ~5.0.0 || ~6.0.0 || ~6.2.0 || ~7.0.0 || ~7.2.0 ' ,
24
24
];
25
25
26
26
/**
@@ -91,7 +91,7 @@ class Validator
91
91
'>=2.3.0 <2.3.7-p4 || >=2.4.0 <2.4.3-p3 ' => '~3.5.0 || ~3.7.0 || ~3.8.0 ' ,
92
92
'>=2.4.3-p3 <2.4.5-p3 || ~2.3.7-p4 ' => '~3.5.0 || ~3.7.0 || ~3.8.0 || ~3.9.0 ' ,
93
93
'>=2.4.5-p3 <2.4.7 ' => '~3.9.0 || ~3.11.0 ' ,
94
- '>=2.4.7 ' => '~3.11 .0 ' ,
94
+ '>=2.4.7 ' => '~3.12.0 || ~3.13 .0 ' ,
95
95
],
96
96
ServiceInterface::NAME_NODE => [
97
97
'* ' => '^6 || ^8 || ^10 || ^11 ' ,
Original file line number Diff line number Diff line change @@ -516,7 +516,7 @@ public function validateVersionsDataProvider(): array
516
516
ServiceInterface::NAME_PHP => '8.2.0 ' ,
517
517
ServiceInterface::NAME_DB_MARIA => '10.6.0 ' ,
518
518
ServiceInterface::NAME_VARNISH => '7.1.1 ' ,
519
- ServiceInterface::NAME_REDIS => '7.0 .0 ' ,
519
+ ServiceInterface::NAME_REDIS => '7.2 .0 ' ,
520
520
ServiceInterface::NAME_OPENSEARCH => '2.3.0 ' ,
521
521
ServiceInterface::NAME_RABBITMQ => '3.9.0 ' // wrong
522
522
],
@@ -528,9 +528,16 @@ public function validateVersionsDataProvider(): array
528
528
ServiceInterface::NAME_PHP => '8.2.0 ' ,
529
529
ServiceInterface::NAME_DB_MARIA => '10.6.0 ' ,
530
530
ServiceInterface::NAME_VARNISH => '7.1.1 ' ,
531
- ServiceInterface::NAME_REDIS => '7.0 .0 ' ,
531
+ ServiceInterface::NAME_REDIS => '7.2 .0 ' ,
532
532
ServiceInterface::NAME_OPENSEARCH => '2.3.0 ' ,
533
- ServiceInterface::NAME_RABBITMQ => '3.11.0 '
533
+ ServiceInterface::NAME_RABBITMQ => '3.12.0 '
534
+ ],
535
+ 0
536
+ ],
537
+ [
538
+ '2.4.7 ' ,
539
+ [
540
+ ServiceInterface::NAME_RABBITMQ => '3.13.0 '
534
541
],
535
542
0
536
543
],
You can’t perform that action at this time.
0 commit comments