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,14 +18,18 @@ jobs:
18
18
fail-fast : true
19
19
matrix :
20
20
php : [8.3, 8.2, 8.1]
21
- laravel : [11.*, 10.*]
21
+ laravel : [12.*, 11.*, 10.*]
22
22
dependency-version : [prefer-lowest, prefer-stable]
23
23
include :
24
+ - laravel : 12.*
25
+ testbench : 10.*
24
26
- laravel : 10.*
25
27
testbench : 8.*
26
28
- laravel : 11.*
27
29
testbench : 9.*
28
30
exclude :
31
+ - laravel : 12.*
32
+ php : 8.1
29
33
- laravel : 11.*
30
34
php : 8.1
31
35
Original file line number Diff line number Diff line change 20
20
],
21
21
"require" : {
22
22
"php" : " ^8.1|^8.2|^8.3" ,
23
- "illuminate/database" : " ^10.0|^11.0" ,
24
- "illuminate/support" : " ^10.0|^11.0" ,
23
+ "illuminate/database" : " ^10.0|^11.0|^12.0 " ,
24
+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
25
25
"spatie/laravel-package-tools" : " ^1.13"
26
26
},
27
27
"require-dev" : {
28
28
"laravel/pint" : " ^1.2" ,
29
- "orchestra/testbench" : " ^8.0|^9.0" ,
30
- "pestphp/pest" : " ^2.10" ,
31
- "pestphp/pest-plugin-laravel" : " ^2.2" ,
29
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
30
+ "pestphp/pest" : " ^2.10|^3.0 " ,
31
+ "pestphp/pest-plugin-laravel" : " ^2.2|^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