@@ -17,18 +17,21 @@ jobs:
1717 name : " Code Coverage"
1818 uses : " phpDocumentor/.github/.github/workflows/code-coverage.yml@main"
1919 with :
20+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
2021 composer-root-version : " 1.x-dev"
2122
2223 coding-standards :
2324 name : " Coding Standards"
2425 uses :
" phpDocumentor/.github/.github/workflows/[email protected] " 2526 with :
27+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
2628 composer-root-version : " 1.x-dev"
2729
2830 dependency-analysis :
2931 name : " Dependency analysis"
3032 uses :
" phpDocumentor/.github/.github/workflows/[email protected] " 3133 with :
34+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
3235 composer-root-version : " 1.x-dev"
3336
3437 lint-root :
@@ -41,12 +44,13 @@ jobs:
4144 name : " Static analysis"
4245 uses :
" phpDocumentor/.github/.github/workflows/[email protected] " 4346 with :
44- php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
47+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix, iconv "
4548 composer-root-version : " 1.x-dev"
4649
4750 unit-tests :
4851 name : " Unit test"
4952 uses :
" phpDocumentor/.github/.github/workflows/[email protected] " 5053 with :
54+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
5155 composer-root-version : " 1.x-dev"
5256 upcoming-releases : true
0 commit comments