File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change 41
41
42
42
workflows :
43
43
master :
44
- jobs :
45
- - phpunit/test :
46
- test-path : tests
47
- matrix :
48
- parameters :
49
- executor :
50
- - php74
51
- - php80
52
- pre-steps : [ composer/install_bin ]
53
- filters :
54
- branches :
55
- only : master
56
- branch :
57
44
jobs :
58
45
- php-cs-fixer/fix :
59
46
executor : php74
@@ -62,18 +49,14 @@ workflows:
62
49
pre-steps :
63
50
- run : apk add --update --no-cache git openssh-client
64
51
- composer/install_bin
65
- filters : &branch-filters
52
+ filters :
66
53
branches :
67
54
ignore : master
68
- - test_coverage :
69
- filters : *branch-filters
70
- requires : [ php-cs-fixer/fix ]
55
+ - test_coverage
71
56
- phpunit/test :
72
57
test-path : tests
73
58
matrix :
74
59
parameters :
75
60
executor :
76
61
- php80
77
62
pre-steps : [ composer/install_bin ]
78
- filters : *branch-filters
79
- requires : [ php-cs-fixer/fix ]
You can’t perform that action at this time.
0 commit comments