File tree 1 file changed +16
-21
lines changed
1 file changed +16
-21
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : true
13
13
matrix :
14
- php : [ 8.1, 8.2, 8.3 ]
14
+ php : [ 8.1, 8.2, 8.3, 8.4 ]
15
15
laravel : [ 10.*, 11.*, 12.* ]
16
16
include :
17
17
- php : 8.1
@@ -49,26 +49,21 @@ jobs:
49
49
pest : 3.*
50
50
testbench : 10.*
51
51
larastan : 3.*
52
- # - php: 8.3
53
- # laravel: 12.*
54
- # pest: 3.*
55
- # testbench: 10.*
56
- # - php: 8.3
57
- # laravel: 12.*
58
- # pest: 3.*
59
- # testbench: 10.*
60
- # - php: 8.4
61
- # laravel: 10.*
62
- # pest: 2.*
63
- # testbench: 9.*
64
- # - php: 8.4
65
- # laravel: 11.*
66
- # pest: 3.*
67
- # testbench: 9.*
68
- # - php: 8.4
69
- # laravel: 12.*
70
- # pest: 3.*
71
- # testbench: 10.*
52
+ - php : 8.4
53
+ laravel : 10.*
54
+ pest : 2.*
55
+ testbench : 9.*
56
+ larastan : 2.*
57
+ - php : 8.4
58
+ laravel : 11.*
59
+ pest : 3.*
60
+ testbench : 9.*
61
+ larastan : 2.*
62
+ - php : 8.4
63
+ laravel : 12.*
64
+ pest : 3.*
65
+ testbench : 10.*
66
+ larastan : 3.*
72
67
exclude :
73
68
- php : 8.1
74
69
laravel : 11.*
You can’t perform that action at this time.
0 commit comments