File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,18 @@ jobs:
14
14
matrix :
15
15
os : [ubuntu-latest]
16
16
php : [8.2, 8.1, 8.0]
17
- laravel : [9.*, 8.*]
17
+ laravel : [9.*, 8.*, 10.* ]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
+ - laravel : 10.*
21
+ testbench : 8.*
20
22
- laravel : 9.*
21
23
testbench : 7.*
22
24
- laravel : 8.*
23
25
testbench : ^6.23
26
+ exclude :
27
+ - laravel : 10.*
28
+ php : 8.0
24
29
25
30
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
26
31
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.0" ,
20
- "illuminate/support" : " ^7.0|^8.0|^9.0" ,
20
+ "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0 " ,
21
21
"league/flysystem" : " ^1.0.41|^2.0|^3.0" ,
22
22
"spatie/db-dumper" : " ^3.3" ,
23
23
"spatie/laravel-package-tools" : " ^1.6" ,
24
24
"spatie/temporary-directory" : " ^2.0"
25
25
},
26
26
"require-dev" : {
27
27
"mockery/mockery" : " ^1.4" ,
28
- "orchestra/testbench" : " ^5.0|^6.0|^7.0" ,
28
+ "orchestra/testbench" : " ^5.0|^6.0|^7.0|^8.0 " ,
29
29
"pestphp/pest-plugin-laravel" : " ^1.3" ,
30
30
"phpunit/phpunit" : " ^9.5"
31
31
},
57
57
},
58
58
"minimum-stability" : " dev" ,
59
59
"prefer-stable" : true
60
- }
60
+ }
You can’t perform that action at this time.
0 commit comments