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