Browse Source

Fix phpstan workflow

Jordi Boggiano 5 năm trước cách đây
mục cha
commit
e046523631
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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