File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : false
1515 matrix :
16- php : [8.1, 8.0, 8.2]
17- laravel : ["^9.0", "^8.0"]
16+ php : [8.2, 8. 1, 8.0, 8.2]
17+ laravel : ["^10.0", "^ 9.0", "^8.0"]
1818 dependency-version : [prefer-lowest, prefer-stable]
19+ exclude :
20+ - laravel : " ^10.0"
21+ php : 8.0
1922
2023 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2124
Original file line number Diff line number Diff line change 3232 "homepage" : " https://github.com/spatie/activitylog" ,
3333 "require" : {
3434 "php" : " ^8.0" ,
35- "illuminate/config" : " ^8.0 || ^9.0" ,
36- "illuminate/database" : " ^8.69 || ^9.27" ,
37- "illuminate/support" : " ^8.0 || ^9.0" ,
35+ "illuminate/config" : " ^8.0 || ^9.0 || ^10.0 " ,
36+ "illuminate/database" : " ^8.69 || ^9.27 || ^10.0 " ,
37+ "illuminate/support" : " ^8.0 || ^9.0 || ^10.0 " ,
3838 "spatie/laravel-package-tools" : " ^1.6.3"
3939 },
4040 "require-dev" : {
4141 "ext-json" : " *" ,
42- "orchestra/testbench" : " ^6.23 || ^7.0" ,
42+ "orchestra/testbench" : " ^6.23 || ^7.0 || ^8.0 " ,
4343 "pestphp/pest" : " ^1.20"
4444 },
4545 "minimum-stability" : " dev" ,
You can’t perform that action at this time.
0 commit comments