17
17
uses :
" phpDocumentor/.github/.github/workflows/[email protected] "
18
18
with :
19
19
php-version : " 8.2"
20
+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
20
21
21
22
coding-standards :
22
23
name : " Coding Standards"
29
30
uses : " shivammathur/setup-php@v2"
30
31
with :
31
32
coverage : " none"
33
+ extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
32
34
php-version : " 8.2"
33
35
tools : " cs2pr"
34
36
@@ -45,14 +47,20 @@ jobs:
45
47
uses : " phpDocumentor/.github/.github/workflows/lint.yml@main"
46
48
with :
47
49
composer-options : " --no-check-publish --ansi"
50
+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
48
51
php-version : " 8.2"
49
52
50
53
static-analysis :
51
54
name : " Static analysis"
52
55
uses :
" phpDocumentor/.github/.github/workflows/[email protected] "
53
56
with :
54
57
php-version : " 8.2"
58
+ <<<<<<< HEAD
55
59
composer-root-version : " 1.x-dev"
60
+ =======
61
+ 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)
56
64
57
65
architecture :
58
66
name : " Check architecture"
64
72
with :
65
73
coverage : " none"
66
74
php-version : " 8.2"
75
+ extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
67
76
68
77
- name : " Install dependencies with Composer"
69
78
uses : " ramsey/composer-install@v3"
@@ -78,23 +87,38 @@ jobs:
78
87
name : " Unit test"
79
88
uses :
" phpDocumentor/.github/.github/workflows/[email protected] "
80
89
with :
90
+ <<<<<<< HEAD
81
91
composer-root-version : " 1.x-dev"
92
+ =======
93
+ composer-root-version : " 2.x-dev"
94
+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
95
+ >>>>>>> bafbb25a (Add iconv to ci)
82
96
83
97
functional-tests :
84
98
name : " Functional test"
85
99
uses :
" phpDocumentor/.github/.github/workflows/[email protected] "
86
100
needs : " unit-tests"
87
101
with :
88
102
test-suite : " functional"
103
+ <<<<<<< HEAD
89
104
composer-root-version : " 1.x-dev"
105
+ =======
106
+ 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)
90
109
91
110
integration-tests :
92
111
name : " integration test"
93
112
uses :
" phpDocumentor/.github/.github/workflows/[email protected] "
94
113
needs : " unit-tests"
95
114
with :
96
115
test-suite : " integration"
116
+ <<<<<<< HEAD
97
117
composer-root-version : " 1.x-dev"
118
+ =======
119
+ 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)
98
122
99
123
xml-lint :
100
124
runs-on : " ubuntu-latest"
0 commit comments