File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,25 @@ jobs:
10
10
fail-fast : true
11
11
matrix :
12
12
php : [8.2, 8.1, 8.0]
13
- laravel : [9.*, 8.*]
13
+ laravel : [10.*, 9.*, 8.*]
14
14
os : [ubuntu-latest]
15
15
dependency-version : [prefer-stable]
16
16
include :
17
+ - laravel : 10.*
18
+ testbench : 8.*
17
19
- laravel : 9.*
18
20
testbench : 7.*
19
21
- laravel : 8.*
20
22
testbench : ^6.23
23
+ exclude :
24
+ - laravel : 10.*
25
+ php : 8.0
21
26
22
27
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
23
28
24
29
steps :
25
30
- name : Checkout code
26
- uses : actions/checkout@v2
31
+ uses : actions/checkout@v3
27
32
28
33
- name : Setup PHP
29
34
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 21
21
"php" : " ^8.0" ,
22
22
"ext-json" : " *" ,
23
23
"guzzlehttp/guzzle" : " ^6.3|^7.3" ,
24
- "illuminate/bus" : " ^8.50|^9.0" ,
25
- "illuminate/queue" : " ^8.50|^9.0" ,
26
- "illuminate/support" : " ^8.50|^9.0" ,
24
+ "illuminate/bus" : " ^8.50|^9.0|^10.0 " ,
25
+ "illuminate/queue" : " ^8.50|^9.0|^10.0 " ,
26
+ "illuminate/support" : " ^8.50|^9.0|^10.0 " ,
27
27
"spatie/laravel-package-tools" : " ^1.11"
28
28
},
29
29
"require-dev" : {
62
62
},
63
63
"minimum-stability" : " dev" ,
64
64
"prefer-stable" : true
65
- }
65
+ }
You can’t perform that action at this time.
0 commit comments