File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,16 @@ jobs:
14
14
matrix :
15
15
os : [ubuntu-latest]
16
16
php : [8.3, 8.2, 8.1]
17
- laravel : ['^10 .0', '^9.2 ']
17
+ laravel : ['^11 .0', '^10.0 ']
18
18
stability : [prefer-lowest, prefer-stable]
19
+ exclude :
20
+ - laravel : ' ^11.0'
21
+ php : 8.1
19
22
include :
20
- - laravel : ' ^9.2'
21
- testbench : 7.*
22
23
- laravel : ' ^10.0'
23
24
testbench : 8.*
25
+ - laravel : ' ^11.0'
26
+ testbench : 9.*
24
27
25
28
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
26
29
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.1" ,
20
- "illuminate/console" : " ^9.2|^10 .0"
20
+ "illuminate/console" : " ^10.0|^11 .0"
21
21
},
22
22
"require-dev" : {
23
23
"laravel/pint" : " ^1.0" ,
24
- "nunomaduro/collision" : " ^6 .0" ,
24
+ "nunomaduro/collision" : " ^7.0|^8 .0" ,
25
25
"nunomaduro/larastan" : " ^2.0.1" ,
26
- "orchestra/testbench" : " ^7 .0|^8 .0" ,
27
- "pestphp/pest" : " ^1.21 " ,
28
- "pestphp/pest-plugin-laravel" : " ^1.1 " ,
26
+ "orchestra/testbench" : " ^8 .0|^9 .0" ,
27
+ "pestphp/pest" : " ^2.0 " ,
28
+ "pestphp/pest-plugin-laravel" : " ^2.0 " ,
29
29
"phpstan/extension-installer" : " ^1.1" ,
30
30
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
31
- "phpstan/phpstan-phpunit" : " ^1.0" ,
32
- "phpunit/phpunit" : " ^9.5"
31
+ "phpstan/phpstan-phpunit" : " ^1.0"
33
32
},
34
33
"autoload" : {
35
34
"psr-4" : {
You can’t perform that action at this time.
0 commit comments