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 @@ -13,10 +13,12 @@ jobs:
1313 php : ['8.1', '8.2']
1414 os : [ubuntu-latest]
1515 stability : [prefer-stable]
16- laravel : [9.*]
16+ laravel : [9.*, 10.* ]
1717 include :
1818 - laravel : 9.*
1919 testbench : 7.*
20+ - laravel : 10.*
21+ testbench : 7.*
2022
2123 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2224
Original file line number Diff line number Diff line change 55 "type" : " library" ,
66 "require" : {
77 "php" : " ^8.1" ,
8- "illuminate/queue" : " ^9.0" ,
9- "php-amqplib/php-amqplib" : " ^3.4 " ,
10- "illuminate/support" : " ^9.18"
8+ "illuminate/queue" : " ^9.0|^10 .0" ,
9+ "php-amqplib/php-amqplib" : " ^3.5.1 " ,
10+ "illuminate/support" : " ^9.18|^10.0 "
1111 },
1212 "require-dev" : {
1313 "ext-json" : " *" ,
14- "phpunit/phpunit" : " ^9.5 " ,
14+ "phpunit/phpunit" : " ^9.6 " ,
1515 "orchestra/testbench" : " ^v7.18.0" ,
16- "squizlabs/php_codesniffer" : " ^3.7 " ,
16+ "squizlabs/php_codesniffer" : " ^3" ,
1717 "mockery/mockery" : " ^1.5.1" ,
1818 "dg/bypass-finals" : " dev-master" ,
19- "rector/rector" : " ^0.15.3 "
19+ "rector/rector" : " ^0.15.0 "
2020 },
2121 "autoload" : {
2222 "psr-4" : {
You can’t perform that action at this time.
0 commit comments