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