浏览代码

More test fixes

Jordi Boggiano 3 年之前
父节点
当前提交
284482a726
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/continuous-integration.yml

+ 1 - 1
.github/workflows/continuous-integration.yml

@@ -87,7 +87,7 @@ jobs:
         run: |
           composer remove --no-update --dev graylog2/gelf-php ruflin/elastica elasticsearch/elasticsearch rollbar/rollbar
           composer require --no-update psr/log:^3
-          composer update -W
+          composer update ${{ matrix.composer-options }}
           composer exec phpunit -- --exclude-group Elasticsearch,Elastica --verbose
 
   tests-es-7: