Commit 3f1bac8 1 parent 1b89f32 commit 3f1bac8 Copy full SHA for 3f1bac8
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
fail-fast : false
21
21
matrix :
22
22
php : [8.4]
23
- laravel : ['^11.0']
23
+ laravel : ['^11.0', '^12.0' ]
24
24
name : PHP${{ matrix.php }} - Laravel${{ matrix.laravel }}
25
25
runs-on : ubuntu-latest
26
26
steps :
Original file line number Diff line number Diff line change 42
42
"require" : {
43
43
"php" : " ^8.4" ,
44
44
"godruoyi/php-snowflake" : " ^3.0" ,
45
- "illuminate/contracts" : " ^11.0" ,
46
- "illuminate/database" : " ^11.0" ,
47
- "illuminate/support" : " ^11.0" ,
48
- "illuminate/validation" : " ^11.0"
45
+ "illuminate/contracts" : " ^11.0 || ^12.0 " ,
46
+ "illuminate/database" : " ^11.0 || ^12.0 " ,
47
+ "illuminate/support" : " ^11.0 || ^12.0 " ,
48
+ "illuminate/validation" : " ^11.0 || ^12.0 "
49
49
},
50
50
"require-dev" : {
51
51
"larastan/larastan" : " ^3.0" ,
52
52
"laravel/pint" : " ^1.16.2" ,
53
- "orchestra/testbench" : " ^9.0" ,
53
+ "orchestra/testbench" : " ^9.0 || ^10.0 " ,
54
54
"pestphp/pest" : " ^2.34"
55
55
},
56
56
"extra" : {
You can’t perform that action at this time.
0 commit comments