From d9c9e25321e00e46294e0808fd92a3f190fb85f0 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Tue, 2 Apr 2024 00:19:52 +0300 Subject: [PATCH 1/2] Fixed dependencies --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e9b8a86..7587547 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "symfony/http-foundation": "^6.0 || ^7.0" }, "require-dev": { - "orchestra/testbench": "^9.0 || ^10.0", + "orchestra/testbench": "^8.0 || ^9.0", "phpunit/phpunit": "^10.0" }, "conflict": { From 136d2f99423e66cdb36e38ce99c68844960d1f87 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Tue, 2 Apr 2024 00:20:46 +0300 Subject: [PATCH 2/2] Fixed coverage tests --- .github/workflows/laravel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 3299a54..904dac5 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -27,7 +27,7 @@ jobs: with: php-version: ${{ matrix.php }} extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv - coverage: none + coverage: xdebug - name: Install dependencies run: composer require laravel/framework:^${{ matrix.laravel }}