File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,15 @@ jobs:
1212 strategy :
1313 fail-fast : true
1414 matrix :
15- os : [ubuntu-latest, windows-latest ]
16- php : [8.1, 8.0 ]
17- laravel : [9.*]
18- stability : [prefer-lowest, prefer- stable]
15+ os : [ubuntu-latest]
16+ php : [8.1, 8.2 ]
17+ laravel : [9.*, 10.* ]
18+ stability : [prefer-stable]
1919 include :
2020 - laravel : 9.*
2121 testbench : 7.*
22+ - laravel : 10.*
23+ testbench : 8.*
2224
2325 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2426
Original file line number Diff line number Diff line change 2020 }
2121 ],
2222 "require" : {
23- "php" : " ^8.0|^8.1" ,
24- "kilobyteno/laravel-plausible" : " ^1.0.0 " ,
23+ "php" : " ^8.0|^8.1|^8.2 " ,
24+ "kilobyteno/laravel-plausible" : " ^1.1 " ,
2525 "spatie/laravel-package-tools" : " ^1.9.2" ,
2626 "spatie/laravel-dashboard" : " ^2.0"
2727 },
2828 "require-dev" : {
2929 "nunomaduro/collision" : " ^6.0" ,
3030 "nunomaduro/larastan" : " ^2.0.1" ,
31- "orchestra/testbench" : " ^7 .0" ,
31+ "orchestra/testbench" : " ^8 .0" ,
3232 "pestphp/pest" : " ^1.21" ,
3333 "pestphp/pest-plugin-laravel" : " ^1.1" ,
3434 "phpunit/phpunit" : " ^9.5" ,
You can’t perform that action at this time.
0 commit comments