diff --git a/src/Test/Unit/Service/ValidatorTest.php b/src/Test/Unit/Service/ValidatorTest.php index c94cc0f04..54d78a3a0 100644 --- a/src/Test/Unit/Service/ValidatorTest.php +++ b/src/Test/Unit/Service/ValidatorTest.php @@ -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', [