File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed
Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ jobs:
2020 fail-fast : false
2121 matrix :
2222 php :
23- - ' 8.0'
2423 - ' 8.1'
24+ - ' 8.2'
2525 laravel :
26- - 8.*
2726 - 9.*
27+ - 10.*
2828 prefer :
2929 - ' prefer-lowest'
3030 - ' prefer-stable'
3131 include :
32- - laravel : ' 8.*'
33- testbench : ' 6.*'
3432 - laravel : ' 9.*'
3533 testbench : ' 7.*'
34+ - laravel : ' 10.*'
35+ testbench : ' 8.*'
3636
3737 name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}
3838
Original file line number Diff line number Diff line change 2020 }
2121 ],
2222 "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 "
2626 },
2727 "autoload" : {
2828 "psr-4" : {
3939 },
4040 "require-dev" : {
4141 "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"
4644 },
4745 "config" : {
4846 "sort-packages" : true
You can’t perform that action at this time.
0 commit comments