File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ modules:
24
24
composer_magento_username : " %REPO_USERNAME%"
25
25
composer_magento_password : " %REPO_PASSWORD%"
26
26
composer_github_token : " %GITHUB_TOKEN%"
27
- printOutput : true
27
+ printOutput : false
28
28
Magento\CloudDocker\Test\Functional\Codeception\Docker :
29
29
system_magento_dir : " %Magento.docker.settings.system.magento_dir%"
30
- printOutput : true
30
+ printOutput : false
31
31
PhpBrowser :
32
32
url : " %Magento.docker.settings.env.url.base%"
33
33
Magento\CloudDocker\Test\Functional\Codeception\MagentoDb :
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ class Validator
49
49
'<2.2.0 ' => '~1.7.0 || ~2.4.0 ' ,
50
50
'>=2.2.0 <2.2.8 || 2.3.0 ' => '~1.7.0 || ~2.4.0 || ~5.2.0 ' ,
51
51
'>=2.2.8 <2.3.0 || >=2.3.1 <2.3.5 ' => '~1.7.0 || ~2.4.0 || ~5.2.0 || ~6.5.0 ' ,
52
- '>=2.3.5 <2.4.0 ' => '~1.7.0 || ~2.4.0 || ~5.2.0 || ~6.5.0 || ~6.8.0|| ~7.4.0 || ~7.5.0 || ~7.6.0 || ~7.7.0 ' ,
53
- '>=2.4.0 ' => '~7.4.0 || ~7. 5.0 || ~7.6.0 || ~7.7.0 ' ,
52
+ '>=2.3.5 <2.4.0 ' => '~1.7.0 || ~2.4.0 || ~5.2.0 || ~6.5.0 || ~6.8.0 || ~7.5.0 || ~7.6.0 || ~7.7.0 ' ,
53
+ '>=2.4.0 ' => '~7.5.0 || ~7.6.0 || ~7.7.0 ' ,
54
54
],
55
55
ServiceInterface::NAME_RABBITMQ => [
56
56
'<2.3.0 ' => '~3.5.0 ' ,
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ public function validateVersionsDataProvider(): array
175
175
ServiceInterface::NAME_NGINX => '1.9 ' ,
176
176
ServiceInterface::NAME_VARNISH => '6.2 ' ,
177
177
ServiceInterface::NAME_REDIS => '5.0 ' ,
178
- ServiceInterface::NAME_ELASTICSEARCH => '7.4 ' , // wrong
178
+ ServiceInterface::NAME_ELASTICSEARCH => '7.5 ' ,
179
179
ServiceInterface::NAME_RABBITMQ => '3.8 '
180
180
],
181
181
0
You can’t perform that action at this time.
0 commit comments