Skip to content

Commit

Permalink
Merge pull request #163 from magento-commerce/bump-version-2002.2
Browse files Browse the repository at this point in the history
MCLOUD-12901: Solved unit test issue.
  • Loading branch information
andriyShevtsov authored Oct 4, 2024
2 parents 1621b46 + c583746 commit 2e8530e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/Test/Unit/Service/ValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,19 +143,6 @@ public function validateVersionsDataProvider(): array
ServiceInterface::NAME_ELASTICSEARCH => '6.5.13',
]
],
[
'2.5.0',
[
ServiceInterface::NAME_PHP => '7.2.13', // wrong
ServiceInterface::NAME_DB_MARIA => '10.6.1',
ServiceInterface::NAME_NGINX => '1.9',
ServiceInterface::NAME_VARNISH => '7.1.1',
ServiceInterface::NAME_REDIS => 'latest',
ServiceInterface::NAME_ELASTICSEARCH => '6.7', // wrong
ServiceInterface::NAME_RABBITMQ => '3.7' // wrong
],
3
],
[
'2.4.0',
[
Expand Down

0 comments on commit 2e8530e

Please sign in to comment.