File tree 2 files changed +9
-11
lines changed
2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ jobs:
20
20
fail-fast : false
21
21
matrix :
22
22
php :
23
- - ' 8.0'
24
23
- ' 8.1'
24
+ - ' 8.2'
25
25
laravel :
26
- - 8.*
27
26
- 9.*
27
+ - 10.*
28
28
prefer :
29
29
- ' prefer-lowest'
30
30
- ' prefer-stable'
31
31
include :
32
- - laravel : ' 8.*'
33
- testbench : ' 6.*'
34
32
- laravel : ' 9.*'
35
33
testbench : ' 7.*'
34
+ - laravel : ' 10.*'
35
+ testbench : ' 8.*'
36
36
37
37
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}
38
38
Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "illuminate/http" : " ^8.83|^9.0.1 " ,
24
- "illuminate/support" : " ^8.83|^9.0.1 " ,
25
- "rennokki/laravel-sns-events" : " ^7.1 "
23
+ "illuminate/http" : " ^9.35|^10.5 " ,
24
+ "illuminate/support" : " ^9.35|^10.5 " ,
25
+ "rennokki/laravel-sns-events" : " ^7.2 "
26
26
},
27
27
"autoload" : {
28
28
"psr-4" : {
39
39
},
40
40
"require-dev" : {
41
41
"mockery/mockery" : " ^1.5" ,
42
- "orchestra/testbench" : " ^6.28|^7.0" ,
43
- "orchestra/testbench" : " ^6.28|^7.0" ,
44
- "orchestra/testbench-core" : " ^6.28|^7.0" ,
45
- "phpunit/phpunit" : " ^9.5.21"
42
+ "orchestra/testbench" : " ^7.23|^8.1.1" ,
43
+ "phpunit/phpunit" : " ^9.5.25"
46
44
},
47
45
"config" : {
48
46
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments