D laravel 9, A php 8.5
This commit is contained in:
parent
48c3a87308
commit
f13f225cec
|
|
@ -13,9 +13,6 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- php: 8.2
|
||||
laravel: 9.*
|
||||
testbench: 7.*
|
||||
- php: 8.2
|
||||
laravel: 10.*
|
||||
testbench: 8.*
|
||||
|
|
@ -25,9 +22,6 @@ jobs:
|
|||
- php: 8.2
|
||||
laravel: 12.*
|
||||
testbench: 10.*
|
||||
- php: 8.3
|
||||
laravel: 9.*
|
||||
testbench: 7.*
|
||||
- php: 8.3
|
||||
laravel: 10.*
|
||||
testbench: 8.*
|
||||
|
|
@ -43,6 +37,9 @@ jobs:
|
|||
- php: 8.4
|
||||
laravel: 12.*
|
||||
testbench: 10.*
|
||||
- php: 8.5
|
||||
laravel: 12.*
|
||||
testbench: 10.*
|
||||
|
||||
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue