Windows detect newer versions (#12164)

* Fix Window hardware info flapping

* add description

* Missing features field

* Rename hardware method

* Updated test data
This commit is contained in:
Tony Murray
2020-09-29 18:01:43 -05:00
committed by GitHub
parent 2f0c3f6772
commit 9b4f8931a3
25 changed files with 471 additions and 146 deletions

View File

@@ -206,6 +206,7 @@ class CiHelper
{
$cs_cmd = [
$this->checkPhpExec('php-cs-fixer'),
'--config=.php_cs',
'fix',
'-v',
];