@@ -90,50 +90,50 @@ protected function servicesDataProvider(): array
90
90
'Default ' => [
91
91
'options ' => '' ,
92
92
'expectedResult ' => [
93
- 'redis:5 .0 ' ,
93
+ 'redis:7 .0 ' ,
94
94
'magento/magento-cloud-docker-varnish:6.6-1.3 ' ,
95
95
'magento/magento-cloud-docker-nginx:1.24-1.3 ' ,
96
96
'magento/magento-cloud-docker-php:7.3-fpm-1.3 ' ,
97
97
'magento/magento-cloud-docker-elasticsearch:6.5-1.3 ' ,
98
- 'mariadb:10.2 '
98
+ 'mariadb:10.4 '
99
99
],
100
100
'notExpectedResult ' => ['rabbitmq ' , 'selenium/standalone-chrome:latest ' , 'cron ' ],
101
101
],
102
- 'Redis 3.2 , MariaDB 10.1 , php 8.3, rmq 3.5 ' => [
103
- 'options ' => '--redis=3.2 --db=10.1 --php=8.3 --rmq=3.5 ' ,
102
+ 'Redis 6.0 , MariaDB 10.4 , php 8.3, rmq 3.8 ' => [
103
+ 'options ' => '--redis=6.0 --db=10.4 --php=8.3 --rmq=3.8 ' ,
104
104
'expectedResult ' => [
105
- 'redis:3.2 ' ,
105
+ 'redis:6.0 ' ,
106
106
'magento/magento-cloud-docker-varnish:6.6-1.3 ' ,
107
107
'magento/magento-cloud-docker-nginx:1.24-1.3 ' ,
108
108
'magento/magento-cloud-docker-php:8.3-fpm-1.3 ' ,
109
109
'magento/magento-cloud-docker-elasticsearch:6.5-1.3 ' ,
110
- 'mariadb:10.1 ' ,
111
- 'rabbitmq:3.5 '
110
+ 'mariadb:10.4 ' ,
111
+ 'rabbitmq:3.8 '
112
112
],
113
113
'notExpectedResult ' => ['selenium ' , 'cron ' ],
114
114
],
115
- 'Redis 4 .0, MariaDB 10.2 , php 8.0, rmq 3.6 ' => [
116
- 'options ' => '--redis=4 .0 --db=10.2 --php=8.0 --rmq=3.6 ' ,
115
+ 'Redis 7 .0, MariaDB 10.4 , php 8.0, rmq 3.8 ' => [
116
+ 'options ' => '--redis=7 .0 --db=10.4 --php=8.0 --rmq=3.8 ' ,
117
117
'expectedResult ' => [
118
- 'redis:4 .0 ' ,
118
+ 'redis:7 .0 ' ,
119
119
'magento/magento-cloud-docker-varnish:6.6-1.3 ' ,
120
120
'magento/magento-cloud-docker-nginx:1.24-1.3 ' ,
121
121
'magento/magento-cloud-docker-php:8.0-fpm-1.3 ' ,
122
122
'magento/magento-cloud-docker-elasticsearch:6.5-1.3 ' ,
123
123
'mariadb:10.2 ' ,
124
- 'rabbitmq:3.6 '
124
+ 'rabbitmq:3.8 '
125
125
],
126
126
'notExpectedResult ' => ['selenium ' , 'cron ' ],
127
127
],
128
128
'With cron and selenium ' => [
129
129
'options ' => '--with-cron --with-selenium ' ,
130
130
'expectedResult ' => [
131
- 'redis:5 .0 ' ,
131
+ 'redis:7 .0 ' ,
132
132
'magento/magento-cloud-docker-varnish:6.6-1.3 ' ,
133
133
'magento/magento-cloud-docker-nginx:1.24-1.3 ' ,
134
134
'magento/magento-cloud-docker-php:8.3-fpm-1.3 ' ,
135
135
'magento/magento-cloud-docker-elasticsearch:6.5-1.3 ' ,
136
- 'mariadb:10.2 ' ,
136
+ 'mariadb:10.4 ' ,
137
137
'cron ' ,
138
138
'selenium/standalone-chrome:latest '
139
139
],
0 commit comments