From 9d5ed1f92d6269900a515193884213465b424dd3 Mon Sep 17 00:00:00 2001 From: Yozhef Date: Tue, 30 Nov 2021 10:40:57 +0200 Subject: [PATCH] feat: remove change version in symfony monolog --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 249e87d..1dded6f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -70,7 +70,6 @@ jobs: run: | composer require symfony/console:${{ matrix.symfony-versions }} --no-update --no-scripts composer require symfony/dotenv:${{ matrix.symfony-versions }} --no-update --no-scripts - composer require symfony/monolog-bundle:${{ matrix.symfony-versions }} --no-update --no-scripts composer require sentry/sentry-symfony:${{ matrix.symfony-versions }} --no-update --no-scripts composer require symfony/messenger:${{ matrix.symfony-versions }} --no-update --no-scripts