File tree 2 files changed +14
-8
lines changed 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ubuntu-latest]
12
- php : [8.2, 8.1 8.0]
13
- laravel : [10.*, 9.*, 8.*]
12
+ php : [8.3, 8. 2, 8.1, 8.0]
13
+ laravel : [11.*, 10.*, 9.*, 8.*]
14
14
stability : [prefer-stable]
15
15
include :
16
+ - laravel : 11.*
17
+ testbench : 9.*
16
18
- laravel : 10.*
17
19
testbench : 8.*
18
20
- laravel : 9.*
19
21
testbench : 7.*
20
22
- laravel : 8.*
21
23
testbench : 6.23
22
24
exclude :
23
- - laravel : 10.*
24
- php : 8.0
25
+ - laravel : 11.*
26
+ php : 8.1
27
+ - laravel : 11.*
28
+ php : 8.0
29
+ - laravel : 10.*
30
+ php : 8.0
25
31
26
32
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
27
33
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|^10.0" ,
21
- "illuminate/support" : " ^8.0|^9.0|^10.0"
20
+ "illuminate/database" : " ^8.0|^9.0|^10.0|^11.0 " ,
21
+ "illuminate/support" : " ^8.0|^9.0|^10.0|^11.0 "
22
22
},
23
23
"require-dev" : {
24
- "orchestra/testbench" : " ^6.23|^7.0|^8.0" ,
25
- "pestphp/pest" : " ^1.20" ,
24
+ "orchestra/testbench" : " ^6.23|^7.0|^8.0|^9.0 " ,
25
+ "pestphp/pest" : " ^1.20|^2.0 " ,
26
26
"spatie/laravel-translatable" : " ^5.0|^6.0"
27
27
},
28
28
"minimum-stability" : " dev" ,
You can’t perform that action at this time.
0 commit comments