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
strategy :
10
10
fail-fast : true
11
11
matrix :
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
os : [ubuntu-latest]
15
15
dependency-version : [prefer-stable]
16
16
include :
17
+ - laravel : 11.*
18
+ testbench : 9.*
17
19
- laravel : 10.*
18
20
testbench : 8.*
19
21
- laravel : 9.*
20
22
testbench : 7.*
21
23
- laravel : 8.*
22
24
testbench : ^6.23
23
25
exclude :
26
+ - laravel : 11.*
27
+ php : 8.1
28
+ - laravel : 11.*
29
+ php : 8.0
24
30
- laravel : 10.*
25
31
php : 8.0
26
32
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|^10.0" ,
25
- "illuminate/queue" : " ^8.50|^9.0|^10.0" ,
26
- "illuminate/support" : " ^8.50|^9.0|^10.0" ,
24
+ "illuminate/bus" : " ^8.50|^9.0|^10.0|^11.0 " ,
25
+ "illuminate/queue" : " ^8.50|^9.0|^10.0|^11.0 " ,
26
+ "illuminate/support" : " ^8.50|^9.0|^10.0|^11.0 " ,
27
27
"spatie/laravel-package-tools" : " ^1.11"
28
28
},
29
29
"require-dev" : {
30
30
"mockery/mockery" : " ^1.4.3" ,
31
- "orchestra/testbench" : " ^6.19|^7.0" ,
32
- "pestphp/pest" : " ^1.22" ,
33
- "pestphp/pest-plugin-laravel" : " ^1.3" ,
31
+ "orchestra/testbench" : " ^6.19|^7.0|^8.0 " ,
32
+ "pestphp/pest" : " ^1.22|^2.0 " ,
33
+ "pestphp/pest-plugin-laravel" : " ^1.3|^2.0 " ,
34
34
"spatie/test-time" : " ^1.2.2"
35
35
},
36
36
"autoload" : {
You can’t perform that action at this time.
0 commit comments