@@ -91,10 +91,10 @@ protected function servicesDataProvider(): array
91
91
'options ' => '' ,
92
92
'expectedResult ' => [
93
93
'redis:5.0 ' ,
94
- 'magento/magento-cloud-docker-varnish:6.2-1.2 ' ,
95
- 'magento/magento-cloud-docker-nginx:1.19-1.2 ' ,
96
- 'magento/magento-cloud-docker-php:7.3-fpm-1.2 ' ,
97
- 'magento/magento-cloud-docker-elasticsearch:6.5-1.2 ' ,
94
+ 'magento/magento-cloud-docker-varnish:6.2-1.3 ' ,
95
+ 'magento/magento-cloud-docker-nginx:1.19-1.3 ' ,
96
+ 'magento/magento-cloud-docker-php:7.3-fpm-1.3 ' ,
97
+ 'magento/magento-cloud-docker-elasticsearch:6.5-1.3 ' ,
98
98
'mariadb:10.2 '
99
99
],
100
100
'notExpectedResult ' => ['rabbitmq ' , 'selenium/standalone-chrome:latest ' , 'cron ' ],
@@ -103,10 +103,10 @@ protected function servicesDataProvider(): array
103
103
'options ' => '--redis=3.2 --db=10.1 --php=7.2 --rmq=3.5 ' ,
104
104
'expectedResult ' => [
105
105
'redis:3.2 ' ,
106
- 'magento/magento-cloud-docker-varnish:6.2-1.2 ' ,
107
- 'magento/magento-cloud-docker-nginx:1.19-1.2 ' ,
108
- 'magento/magento-cloud-docker-php:7.2-fpm-1.2 ' ,
109
- 'magento/magento-cloud-docker-elasticsearch:6.5-1.2 ' ,
106
+ 'magento/magento-cloud-docker-varnish:6.2-1.3 ' ,
107
+ 'magento/magento-cloud-docker-nginx:1.19-1.3 ' ,
108
+ 'magento/magento-cloud-docker-php:7.2-fpm-1.3 ' ,
109
+ 'magento/magento-cloud-docker-elasticsearch:6.5-1.3 ' ,
110
110
'mariadb:10.1 ' ,
111
111
'rabbitmq:3.5 '
112
112
],
@@ -116,10 +116,10 @@ protected function servicesDataProvider(): array
116
116
'options ' => '--redis=4.0 --db=10.2 --php=7.4 --rmq=3.6 ' ,
117
117
'expectedResult ' => [
118
118
'redis:4.0 ' ,
119
- 'magento/magento-cloud-docker-varnish:6.2-1.2 ' ,
120
- 'magento/magento-cloud-docker-nginx:1.19-1.2 ' ,
121
- 'magento/magento-cloud-docker-php:7.4-fpm-1.2 ' ,
122
- 'magento/magento-cloud-docker-elasticsearch:6.5-1.2 ' ,
119
+ 'magento/magento-cloud-docker-varnish:6.2-1.3 ' ,
120
+ 'magento/magento-cloud-docker-nginx:1.19-1.3 ' ,
121
+ 'magento/magento-cloud-docker-php:7.4-fpm-1.3 ' ,
122
+ 'magento/magento-cloud-docker-elasticsearch:6.5-1.3 ' ,
123
123
'mariadb:10.2 ' ,
124
124
'rabbitmq:3.6 '
125
125
],
@@ -129,10 +129,10 @@ protected function servicesDataProvider(): array
129
129
'options ' => '--with-cron --with-selenium ' ,
130
130
'expectedResult ' => [
131
131
'redis:5.0 ' ,
132
- 'magento/magento-cloud-docker-varnish:6.2-1.2 ' ,
133
- 'magento/magento-cloud-docker-nginx:1.19-1.2 ' ,
134
- 'magento/magento-cloud-docker-php:7.3-fpm-1.2 ' ,
135
- 'magento/magento-cloud-docker-elasticsearch:6.5-1.2 ' ,
132
+ 'magento/magento-cloud-docker-varnish:6.2-1.3 ' ,
133
+ 'magento/magento-cloud-docker-nginx:1.19-1.3 ' ,
134
+ 'magento/magento-cloud-docker-php:7.3-fpm-1.3 ' ,
135
+ 'magento/magento-cloud-docker-elasticsearch:6.5-1.3 ' ,
136
136
'mariadb:10.2 ' ,
137
137
'cron ' ,
138
138
'selenium/standalone-chrome:latest '
0 commit comments