Skip to content

Commit 6ba3f1f

Browse files
sikharam-adbshiftedreality
authored andcommitted
MAGECLOUD-4674: Adding RabbitMQ 3.8 to supported versions (magento#650)
1 parent d01a7d3 commit 6ba3f1f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config/eol.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ rabbitmq:
2929
eol: 2016-10-31
3030
- version: '3.7'
3131
eol: 2020-03-31
32+
- version: '3.8'
33+
eol:
3234
redis:
3335
- version: '3.2'
3436
eol: 2018-10-17

src/Service/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Validator
5050
],
5151
ServiceInterface::NAME_RABBITMQ => [
5252
'<2.3.0' => '~3.5.0',
53-
'>=2.3.0' => '~3.5.0 || ~3.7.0',
53+
'>=2.3.0' => '~3.5.0 || ~3.7.0 || ~3.8.0',
5454
],
5555
ServiceInterface::NAME_NODE => [
5656
'*' => '^6 || ^8 || ^10 || ^11',

0 commit comments

Comments
 (0)