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