File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 18
18
fail-fast : true
19
19
matrix :
20
20
php : [8.3, 8.2, 8.1]
21
- laravel : [11.*, 10.*, 9.*]
21
+ laravel : [12.*, 11.*, 10.*, 9.*]
22
22
dependency-version : [prefer-lowest, prefer-stable]
23
23
include :
24
+ - laravel : 12.*
25
+ testbench : 10.*
24
26
- laravel : 11.*
25
27
testbench : 9.*
26
28
- laravel : 10.*
30
32
exclude :
31
33
- laravel : 11.*
32
34
php : 8.1
35
+ - laravel : 12.*
36
+ php : 8.1
33
37
34
38
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
35
39
Original file line number Diff line number Diff line change 21
21
"require" : {
22
22
"php" : " ^8.1|^8.2|^8.3" ,
23
23
"ext-json" : " *" ,
24
- "illuminate/contracts" : " ^9.0|^10.0|^11.0" ,
25
- "illuminate/support" : " ^9.0|^10.0|^11.0"
24
+ "illuminate/contracts" : " ^9.0|^10.0|^11.0|^12.0 " ,
25
+ "illuminate/support" : " ^9.0|^10.0|^11.0|^12.0 "
26
26
},
27
27
"require-dev" : {
28
28
"laravel/pint" : " ^1.5" ,
29
- "orchestra/testbench" : " ^7.0|^8.0|^9.0" ,
30
- "pestphp/pest" : " ^1.22|^2.0" ,
31
- "pestphp/pest-plugin-laravel" : " ^1.3|^2.0" ,
29
+ "orchestra/testbench" : " ^7.0|^8.0|^9.0|^10.0 " ,
30
+ "pestphp/pest" : " ^1.22|^2.0|^3.0 " ,
31
+ "pestphp/pest-plugin-laravel" : " ^1.3|^2.0|^3.0 " ,
32
32
"spatie/laravel-ray" : " ^1.31"
33
33
},
34
34
"autoload" : {
You can’t perform that action at this time.
0 commit comments