1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00

More test fixes

This commit is contained in:
Jordi Boggiano
2022-07-22 15:12:01 +02:00
parent 1e6a4e106c
commit 284482a726

View File

@@ -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: