File tree 2 files changed +12
-8
lines changed
2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,20 @@ jobs:
16
16
fail-fast : false
17
17
matrix :
18
18
php : ['8.1', '8.2', '8.3']
19
- laravel : ['10.*', '11.*']
19
+ laravel : ['10.*', '11.*', '12.*' ]
20
20
dependency-version : [prefer-lowest, prefer-stable]
21
21
include :
22
22
- laravel : 10.*
23
23
testbench : 8.*
24
24
- laravel : 11.*
25
25
testbench : 9.*
26
+ - laravel : 12.*
27
+ testbench : 10.*
26
28
exclude :
27
29
- laravel : 11.*
28
30
php : 8.1
31
+ - laravel : 12.*
32
+ php : ' 8.1'
29
33
30
34
name : P ${{ matrix.php }} - L ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
31
35
Original file line number Diff line number Diff line change 18
18
],
19
19
"require" : {
20
20
"php" : " ^8.1" ,
21
- "illuminate/config" : " ^10.0|^11.0" ,
22
- "illuminate/database" : " ^10.0|^11.0" ,
23
- "illuminate/support" : " ^10.0|^11.0" ,
24
- "illuminate/console" : " ^10.0|^11.0" ,
25
- "illuminate/filesystem" : " ^10.0|^11.0" ,
26
- "illuminate/cache" : " ^10.0|^11.0" ,
21
+ "illuminate/config" : " ^10.0|^11.0|^12.0 " ,
22
+ "illuminate/database" : " ^10.0|^11.0|^12.0 " ,
23
+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
24
+ "illuminate/console" : " ^10.0|^11.0|^12.0 " ,
25
+ "illuminate/filesystem" : " ^10.0|^11.0|^12.0 " ,
26
+ "illuminate/cache" : " ^10.0|^11.0|^12.0 " ,
27
27
"ext-json" : " *"
28
28
},
29
29
"require-dev" : {
30
30
"phpunit/phpunit" : " ^10.5|^11.0" ,
31
- "orchestra/testbench" : " ^8.0|^9.0" ,
31
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
32
32
"friendsofphp/php-cs-fixer" : " ^3.14" ,
33
33
"josiasmontag/laravel-redis-mock" : " ^1.2"
34
34
},
You can’t perform that action at this time.
0 commit comments