Skip to content

Commit ac76f36

Browse files
committed
fix unit test
1 parent af5f3df commit ac76f36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Test/Unit/Service/ValidatorTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@ public function validateVersionsDataProvider(): array
146146
[
147147
'2.5.0',
148148
[
149-
ServiceInterface::NAME_PHP => '7.2.13', // wrong
149+
ServiceInterface::NAME_PHP => '7.4', // wrong
150150
ServiceInterface::NAME_DB_MARIA => '10.6.1',
151151
ServiceInterface::NAME_NGINX => '1.9',
152152
ServiceInterface::NAME_VARNISH => '7.1.1',
153153
ServiceInterface::NAME_REDIS => 'latest',
154-
ServiceInterface::NAME_ELASTICSEARCH => '6.7', // wrong
155-
ServiceInterface::NAME_RABBITMQ => '3.7' // wrong
154+
ServiceInterface::NAME_ELASTICSEARCH => '7.5', // wrong
155+
ServiceInterface::NAME_RABBITMQ => '3.8' // wrong
156156
],
157157
3
158158
],

0 commit comments

Comments
 (0)