Increase minimal PHP version for Code Sniffer

[MAILPOET-3966]
This commit is contained in:
Jan Lysý
2021-12-13 11:46:39 +01:00
committed by Veljko V
parent d3b766da17
commit 67d6d8cca2

View File

@@ -412,7 +412,7 @@ class RoboFile extends \Robo\Tasks {
->taskExec(
'./tasks/code_sniffer/vendor/bin/phpcbf ' .
'--standard=./tasks/code_sniffer/MailPoet ' .
'--runtime-set testVersion 7.1-8.0 ' .
'--runtime-set testVersion 7.2-8.0 ' .
$filePath . ' -n'
)
->run();