This commit is contained in:
a6a2f5842 2025-12-03 14:16:25 +01:00
parent de9e5f2dab
commit 1762db82cd
1 changed files with 3 additions and 7 deletions

View File

@ -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