From a723f13e976870e1a5670bd41c1e4bfba1554d5f Mon Sep 17 00:00:00 2001 From: Yozhef Hisem Date: Sun, 2 Jun 2024 12:07:54 +0300 Subject: [PATCH] fixed ci process --- .github/workflows/ci.yaml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 78ffe99..78d4990 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,6 @@ jobs: - '^5.4' - '^6.0' - '^6.2' - '^7.0' include: - description: 'Log Code Coverage' php: '8.2' @@ -63,6 +62,7 @@ jobs: composer require symfony/routing:${{ matrix.symfony-versions }} --no-update --no-scripts composer require --dev symfony/console:${{ matrix.symfony-versions }} --no-update --no-scripts + composer require --dev symfony/browser-kit:${{ matrix.symfony-versions }} --no-update --no-scripts - name: Install dependencies run: composer install diff --git a/composer.json b/composer.json index a649d23..efeba45 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "phpunit/phpunit": "^9.5", "slevomat/coding-standard": "^7.0", "squizlabs/php_codesniffer": "^3.6", - "sensio/framework-extra-bundle": "^5.4 || ^6.0 || ^7.0", + "sensio/framework-extra-bundle": "^5.4 || ^6.0", "symfony/console": "^5.4 || ^6.0 || ^7.0", "symfony/browser-kit": "^5.4 || ^6.0 || ^7.0" },