浏览代码

Fix phpstan workflow

Jordi Boggiano 5 年之前
父节点
当前提交
e046523631
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/phpstan.yml

+ 1 - 0
.github/workflows/phpstan.yml

@@ -51,6 +51,7 @@ jobs:
 
       - name: Run PHPStan
         run: |
+          bin/composer config platform --unset
           bin/composer require --dev phpstan/phpstan:^0.12 phpunit/phpunit:^7.5 --no-update
           bin/composer update phpstan/* phpunit/* sebastian/* --with-all-dependencies
           vendor/bin/phpstan analyse --configuration=phpstan/config.neon