A tests
This commit is contained in:
parent
2bdc871640
commit
cd9f01b51f
|
|
@ -12,8 +12,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: [8.2, 8.3]
|
||||
laravel: [11.*]
|
||||
php: [8.2, 8.3, 8.4, 8.5]
|
||||
laravel: [10.*, 11.*, 12.*]
|
||||
testbench: [9.*]
|
||||
|
||||
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue