BF tests
This commit is contained in:
parent
de9e5f2dab
commit
1762db82cd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue