diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 265a1fb..53365fd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,12 +13,8 @@ jobs: fail-fast: false matrix: php: [8.2, 8.3] - laravel: [11.*, 12.*] - include: - - laravel: 11.* - testbench: 9.* - - laravel: 12.* - testbench: 9.* + laravel: [11.*] + testbench: [9.*] name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} @@ -39,4 +35,4 @@ jobs: composer update --prefer-dist --no-interaction --no-progress - name: Execute tests - run: vendor/bin/phpunit + run: vendor/bin/phpunit --testdox