File tree 2 files changed +9
-4
lines changed 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,18 @@ jobs:
10
10
matrix :
11
11
os : [ubuntu-latest]
12
12
php : [8.2, 8.1 8.0]
13
- laravel : [9.*, 8.*]
13
+ laravel : [10.*, 9.*, 8.*]
14
14
stability : [prefer-stable]
15
15
include :
16
+ - laravel : 10.*
17
+ testbench : 8.*
16
18
- laravel : 9.*
17
19
testbench : 7.*
18
20
- laravel : 8.*
19
21
testbench : 6.23
22
+ exclude :
23
+ - laravel : 10.*
24
+ php : 8.0
20
25
21
26
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
22
27
Original file line number Diff line number Diff line change 17
17
"homepage" : " https://github.com/spatie/laravel-sluggable" ,
18
18
"require" : {
19
19
"php" : " ^8.0" ,
20
- "illuminate/database" : " ^8.0|^9.0" ,
21
- "illuminate/support" : " ^8.0|^9.0"
20
+ "illuminate/database" : " ^8.0|^9.0|^10.0 " ,
21
+ "illuminate/support" : " ^8.0|^9.0|^10.0 "
22
22
},
23
23
"require-dev" : {
24
- "orchestra/testbench" : " ^6.23|^7.0" ,
24
+ "orchestra/testbench" : " ^6.23|^7.0|^8.0 " ,
25
25
"pestphp/pest" : " ^1.20" ,
26
26
"spatie/laravel-translatable" : " ^5.0|^6.0"
27
27
},
You can’t perform that action at this time.
0 commit comments