We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5f3df commit ac76f36Copy full SHA for ac76f36
src/Test/Unit/Service/ValidatorTest.php
@@ -146,13 +146,13 @@ public function validateVersionsDataProvider(): array
146
[
147
'2.5.0',
148
149
- ServiceInterface::NAME_PHP => '7.2.13', // wrong
+ ServiceInterface::NAME_PHP => '7.4', // wrong
150
ServiceInterface::NAME_DB_MARIA => '10.6.1',
151
ServiceInterface::NAME_NGINX => '1.9',
152
ServiceInterface::NAME_VARNISH => '7.1.1',
153
ServiceInterface::NAME_REDIS => 'latest',
154
- ServiceInterface::NAME_ELASTICSEARCH => '6.7', // wrong
155
- ServiceInterface::NAME_RABBITMQ => '3.7' // wrong
+ ServiceInterface::NAME_ELASTICSEARCH => '7.5', // wrong
+ ServiceInterface::NAME_RABBITMQ => '3.8' // wrong
156
],
157
3
158
0 commit comments