File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,18 @@ jobs:
1414 matrix :
1515 os : [ubuntu-latest]
1616 php : [8.2, 8.1, 8.0]
17- laravel : [9.*]
17+ laravel : [10.*, 9.*]
1818 stability : [prefer-lowest, prefer-stable]
1919 include :
2020 - laravel : 9.*
2121 testbench : 7.*
2222 carbon : ^2.63
23+ - laravel : 10.*
24+ testbench : 8.*
25+ carbon : ^2.63
26+ exclude :
27+ - laravel : 10.*
28+ php : 8.0
2329
2430 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2531
Original file line number Diff line number Diff line change 1818 }
1919 ],
2020 "require" : {
21- "php" : " ^8.0.2 " ,
22- "illuminate/contracts" : " ^9.0" ,
21+ "php" : " ^8.0" ,
22+ "illuminate/contracts" : " ^9.0|^10.0 " ,
2323 "league/csv" : " ^9.8" ,
2424 "livewire/livewire" : " ^2.10" ,
2525 "spatie/laravel-package-tools" : " ^1.9.2"
2828 "laravel/pint" : " ^1.0" ,
2929 "nunomaduro/collision" : " ^6.0" ,
3030 "nunomaduro/larastan" : " ^2.0" ,
31- "orchestra/testbench" : " ^7.0" ,
32- "pestphp/pest" : " ^1.21" ,
31+ "orchestra/testbench" : " ^7.0|^8.0 " ,
32+ "pestphp/pest" : " ^1.21|^2.0 " ,
3333 "pestphp/pest-plugin-laravel" : " ^1.1" ,
3434 "pestphp/pest-plugin-livewire" : " ^1.0" ,
35- "phpstan/extension-installer" : " ^1.1" ,
36- "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
37- "phpstan/phpstan-phpunit" : " ^1.0" ,
35+ "phpstan/extension-installer" : " ^1.2" ,
3836 "phpunit/phpunit" : " ^9.5"
3937 },
4038 "autoload" : {
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ parameters:
88 - config
99 - database
1010 tmpDir: build/phpstan
11- checkOctaneCompatibility: true
12- checkModelProperties: true
1311 checkMissingIterableValueType: false
1412 checkGenericClassInNonGenericObjectType: false
1513 bootstrapFiles:
You can’t perform that action at this time.
0 commit comments