File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,16 @@ jobs:
1010 matrix :
1111 os : [ubuntu-latest]
1212 php : [8.0, 8.1, 8.2]
13- laravel : [9.*, 8.*]
13+ laravel : [9.*, 8.*, 10.* ]
1414 stability : [prefer-stable]
1515 exclude :
16+ - php : 8.0
17+ laravel : 10.*
1618 - php : 8.2
1719 laravel : 8.*
1820 include :
21+ - laravel : 10.*
22+ testbench : 8.*
1923 - laravel : 9.*
2024 testbench : 7.*
2125 - laravel : 8.*
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " ^8.0" ,
20- "illuminate/container" : " ^6.0|^7.0|^8.0|^9.0" ,
21- "illuminate/database" : " ^6.0|^7.0|^8.0|^9.0" ,
22- "illuminate/log" : " ^6.0|^7.0|^8.0|^9.0" ,
23- "illuminate/routing" : " ^6.0|^7.0|^8.0|^9.0" ,
24- "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0" ,
20+ "illuminate/container" : " ^6.0|^7.0|^8.0|^9.0|^10.0 " ,
21+ "illuminate/database" : " ^6.0|^7.0|^8.0|^9.0|^10.0 " ,
22+ "illuminate/log" : " ^6.0|^7.0|^8.0|^9.0|^10.0 " ,
23+ "illuminate/routing" : " ^6.0|^7.0|^8.0|^9.0|^10.0 " ,
24+ "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0|^10.0 " ,
2525 "willdurand/email-reply-parser" : " ^2.8" ,
2626 "zbateson/mail-mime-parser" : " ^1.1"
2727 },
2828 "require-dev" : {
2929 "laminas/laminas-mail" : " ^2.13" ,
3030 "mockery/mockery" : " ^1.2" ,
31- "orchestra/testbench" : " ^4.0|^5.0|^7.0" ,
31+ "orchestra/testbench" : " ^4.0|^5.0|^7.0|^8.0 " ,
3232 "phpunit/phpunit" : " ^7.0|^8.0|^9.3"
3333 },
3434 "autoload" : {
You can’t perform that action at this time.
0 commit comments