File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,17 @@ jobs:
14
14
fail-fast : true
15
15
matrix :
16
16
os : [ubuntu-latest, windows-latest]
17
- php : [8.1 , 8.2, 8.3 ]
18
- laravel : [10.*]
17
+ php : [8.3 , 8.2, 8.1 ]
18
+ laravel : [11.*, 10.*]
19
19
stability : [prefer-lowest, prefer-stable]
20
20
include :
21
+ - laravel : 11.*
22
+ testbench : 9.*
21
23
- laravel : 10.*
22
- testbench : ^8.0.10
24
+ testbench : ^8.14
25
+ exclude :
26
+ - laravel : 11.*
27
+ php : 8.1
23
28
24
29
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
25
30
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.1" ,
20
- "spatie/laravel-package-tools" : " ^1.14.0 " ,
21
- "illuminate/contracts" : " ^10.0"
20
+ "spatie/laravel-package-tools" : " ^1.16.2 " ,
21
+ "illuminate/contracts" : " ^10.0|^11.0 "
22
22
},
23
23
"require-dev" : {
24
- "larastan/larastan" : " ^2.0.1 " ,
24
+ "larastan/larastan" : " ^2.8 " ,
25
25
"laravel/pint" : " ^1.0" ,
26
- "nunomaduro/collision" : " ^7.8" ,
27
- "orchestra/testbench" : " ^8.8" ,
26
+ "nunomaduro/collision" : " ^7.8|^8.1 " ,
27
+ "orchestra/testbench" : " ^8.8|^9.0 " ,
28
28
"pestphp/pest" : " ^2.20" ,
29
29
"pestphp/pest-plugin-arch" : " ^2.5" ,
30
- "pestphp/pest-plugin-laravel" : " ^2.0 " ,
30
+ "pestphp/pest-plugin-laravel" : " ^2.2 " ,
31
31
"phpstan/extension-installer" : " ^1.1" ,
32
32
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
33
33
"phpstan/phpstan-phpunit" : " ^1.0" ,
34
- "spatie/laravel-ray" : " ^1.26 " ,
34
+ "spatie/laravel-ray" : " ^1.35 " ,
35
35
"spatie/phpunit-snapshot-assertions" : " ^5.1"
36
36
},
37
37
"autoload" : {
You can’t perform that action at this time.
0 commit comments