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