File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,27 +19,27 @@ jobs:
19
19
RUN_PSALM : false
20
20
RUN_BENCHMARK : false
21
21
- PHP_VERSION : " 7.2"
22
- CODE_COVERAGE : true
22
+ CODE_COVERAGE : false
23
23
RUN_PHPSTAN : false
24
24
RUN_PSALM : false
25
25
RUN_BENCHMARK : true
26
26
- PHP_VERSION : " 7.3"
27
- CODE_COVERAGE : true
27
+ CODE_COVERAGE : false
28
28
RUN_PHPSTAN : false
29
29
RUN_PSALM : false
30
30
RUN_BENCHMARK : false
31
31
- PHP_VERSION : " 7.4"
32
- CODE_COVERAGE : true
32
+ CODE_COVERAGE : false
33
33
RUN_PHPSTAN : true
34
34
RUN_PSALM : false
35
35
RUN_BENCHMARK : false
36
36
- PHP_VERSION : " 8.0"
37
- CODE_COVERAGE : true
37
+ CODE_COVERAGE : false
38
38
RUN_PHPSTAN : true
39
39
RUN_PSALM : false
40
40
RUN_BENCHMARK : false
41
41
- PHP_VERSION : " 8.1"
42
- CODE_COVERAGE : true
42
+ CODE_COVERAGE : false
43
43
RUN_PHPSTAN : true
44
44
RUN_PSALM : false
45
45
RUN_BENCHMARK : true
You can’t perform that action at this time.
0 commit comments