55
55
uses : " phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.8"
56
56
with :
57
57
php-version : " 8.2"
58
- <<<<<<< HEAD
59
58
composer-root-version : " 1.x-dev"
60
- =======
61
59
php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
62
- composer-root-version : " 2.x-dev"
63
- >>>>>>> bafbb25a (Add iconv to ci)
64
60
65
61
architecture :
66
62
name : " Check architecture"
@@ -87,38 +83,26 @@ jobs:
87
83
name : " Unit test"
88
84
uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
89
85
with :
90
- <<<<<<< HEAD
91
86
composer-root-version : " 1.x-dev"
92
- =======
93
- composer-root-version : " 2.x-dev"
94
87
php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
95
- >>>>>>> bafbb25a (Add iconv to ci)
96
88
97
89
functional-tests :
98
90
name : " Functional test"
99
91
uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
100
92
needs : " unit-tests"
101
93
with :
102
94
test-suite : " functional"
103
- <<<<<<< HEAD
104
95
composer-root-version : " 1.x-dev"
105
- =======
106
96
php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
107
- composer-root-version : " 2.x-dev"
108
- >>>>>>> bafbb25a (Add iconv to ci)
109
97
110
98
integration-tests :
111
99
name : " integration test"
112
100
uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
113
101
needs : " unit-tests"
114
102
with :
115
103
test-suite : " integration"
116
- <<<<<<< HEAD
117
104
composer-root-version : " 1.x-dev"
118
- =======
119
105
php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
120
- composer-root-version : " 2.x-dev"
121
- >>>>>>> bafbb25a (Add iconv to ci)
122
106
123
107
xml-lint :
124
108
runs-on : " ubuntu-latest"
0 commit comments