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:
13
13
php : ['8.1', '8.2']
14
14
os : [ubuntu-latest]
15
15
stability : [prefer-stable]
16
- laravel : [9.*]
16
+ laravel : [9.*, 10.* ]
17
17
include :
18
18
- laravel : 9.*
19
19
testbench : 7.*
20
+ - laravel : 10.*
21
+ testbench : 7.*
20
22
21
23
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
22
24
Original file line number Diff line number Diff line change 5
5
"type" : " library" ,
6
6
"require" : {
7
7
"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 "
11
11
},
12
12
"require-dev" : {
13
13
"ext-json" : " *" ,
14
- "phpunit/phpunit" : " ^9.5 " ,
14
+ "phpunit/phpunit" : " ^9.6 " ,
15
15
"orchestra/testbench" : " ^v7.18.0" ,
16
- "squizlabs/php_codesniffer" : " ^3.7 " ,
16
+ "squizlabs/php_codesniffer" : " ^3" ,
17
17
"mockery/mockery" : " ^1.5.1" ,
18
18
"dg/bypass-finals" : " dev-master" ,
19
- "rector/rector" : " ^0.15.3 "
19
+ "rector/rector" : " ^0.15.0 "
20
20
},
21
21
"autoload" : {
22
22
"psr-4" : {
You can’t perform that action at this time.
0 commit comments