From f9a936f5d25016cf8a367846507b45effd5b5a71 Mon Sep 17 00:00:00 2001 From: abdumu <114794+abdumu@users.noreply.github.com> Date: Sun, 7 Jul 2024 02:15:22 +0300 Subject: [PATCH] fixes --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 976e0ac..be20180 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,6 @@ jobs: matrix: php: [8.1, 8.2, 8.3] laravel: [10.*, 11.*] - dependency-version: [prefer-lowest, prefer-stable] exclude: - laravel: 11.* php: 8.1 @@ -36,4 +35,4 @@ jobs: composer update --prefer-dist --no-interaction --no-progress - name: Execute tests - run: vendor/bin/phpunit --verbose + run: vendor/bin/phpunit tests