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