File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,47 +13,47 @@ jobs:
13
13
strategy :
14
14
matrix :
15
15
include :
16
- - PHP_VERSION : 7.1
16
+ - PHP_VERSION : " 7.1"
17
17
CODE_COVERAGE : false
18
18
RUN_PHPSTAN : false
19
19
RUN_PSALM : false
20
20
RUN_BENCHMARK : false
21
- - PHP_VERSION : 7.2
21
+ - PHP_VERSION : " 7.2"
22
22
CODE_COVERAGE : true
23
23
RUN_PHPSTAN : false
24
24
RUN_PSALM : false
25
25
RUN_BENCHMARK : true
26
- - PHP_VERSION : 7.3
26
+ - PHP_VERSION : " 7.3"
27
27
CODE_COVERAGE : true
28
28
RUN_PHPSTAN : false
29
29
RUN_PSALM : false
30
30
RUN_BENCHMARK : false
31
- - PHP_VERSION : 7.4
31
+ - PHP_VERSION : " 7.4"
32
32
CODE_COVERAGE : true
33
33
RUN_PHPSTAN : true
34
34
RUN_PSALM : false
35
35
RUN_BENCHMARK : false
36
- - PHP_VERSION : 8.0
36
+ - PHP_VERSION : " 8.0"
37
37
CODE_COVERAGE : true
38
38
RUN_PHPSTAN : true
39
39
RUN_PSALM : false
40
40
RUN_BENCHMARK : false
41
- - PHP_VERSION : 8.1
41
+ - PHP_VERSION : " 8.1"
42
42
CODE_COVERAGE : true
43
43
RUN_PHPSTAN : true
44
44
RUN_PSALM : false
45
45
RUN_BENCHMARK : true
46
- - PHP_VERSION : 8.2
46
+ - PHP_VERSION : " 8.2"
47
47
CODE_COVERAGE : false
48
48
RUN_PHPSTAN : true
49
49
RUN_PSALM : false
50
50
RUN_BENCHMARK : false
51
- - PHP_VERSION : 8.3
51
+ - PHP_VERSION : " 8.3"
52
52
CODE_COVERAGE : false
53
53
RUN_PHPSTAN : true
54
54
RUN_PSALM : false
55
55
RUN_BENCHMARK : false
56
- - PHP_VERSION : 8.4
56
+ - PHP_VERSION : " 8.4"
57
57
CODE_COVERAGE : false
58
58
RUN_PHPSTAN : true
59
59
RUN_PSALM : false
You can’t perform that action at this time.
0 commit comments