BF tests
This commit is contained in:
parent
de9e5f2dab
commit
1762db82cd
|
|
@ -13,12 +13,8 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php: [8.2, 8.3]
|
php: [8.2, 8.3]
|
||||||
laravel: [11.*, 12.*]
|
laravel: [11.*]
|
||||||
include:
|
testbench: [9.*]
|
||||||
- laravel: 11.*
|
|
||||||
testbench: 9.*
|
|
||||||
- laravel: 12.*
|
|
||||||
testbench: 9.*
|
|
||||||
|
|
||||||
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
|
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
|
||||||
|
|
||||||
|
|
@ -39,4 +35,4 @@ jobs:
|
||||||
composer update --prefer-dist --no-interaction --no-progress
|
composer update --prefer-dist --no-interaction --no-progress
|
||||||
|
|
||||||
- name: Execute tests
|
- name: Execute tests
|
||||||
run: vendor/bin/phpunit
|
run: vendor/bin/phpunit --testdox
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue