File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,15 @@ jobs:
11
11
strategy :
12
12
matrix :
13
13
php : ['8.2', '8.3', '8.4']
14
- laravel : [10.*, 11.*]
14
+ laravel : [10.*, 11.*, 12.* ]
15
15
stability : [prefer-lowest, prefer-stable]
16
16
include :
17
17
- laravel : 10.*
18
18
testbench : 8.*
19
19
- laravel : 11.*
20
20
testbench : 9.*
21
+ - laravel : 12.*
22
+ testbench : 10.*
21
23
22
24
steps :
23
25
- name : Checkout code
Original file line number Diff line number Diff line change 19
19
],
20
20
"require" : {
21
21
"php" : " ^8.2" ,
22
- "illuminate/contracts" : " ^10.0|^11.0" ,
23
- "illuminate/support" : " ^10.0|^11.0" ,
24
- "illuminate/validation" : " ^10.0|^11.0" ,
25
- "illuminate/view" : " ^10.0|^11.0" ,
22
+ "illuminate/contracts" : " ^10.0|^11.0|^12 " ,
23
+ "illuminate/support" : " ^10.0|^11.0|^12 " ,
24
+ "illuminate/validation" : " ^10.0|^11.0|^12 " ,
25
+ "illuminate/view" : " ^10.0|^11.0|^12 " ,
26
26
"vlucas/phpdotenv" : " ^5.4.1"
27
27
},
28
28
"require-dev" : {
29
29
"phpunit/phpunit" : " ^10.5|^11.0" ,
30
- "orchestra/testbench" : " ^8.0|^9.0" ,
30
+ "orchestra/testbench" : " ^8.0|^9.0|^10 " ,
31
31
"vimeo/psalm" : " ^6.0"
32
32
},
33
33
"autoload" : {
You can’t perform that action at this time.
0 commit comments