1717 uses : " phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.8"
1818 with :
1919 php-version : " 8.2"
20+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
2021
2122 coding-standards :
2223 name : " Coding Standards"
2930 uses : " shivammathur/setup-php@v2"
3031 with :
3132 coverage : " none"
33+ extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
3234 php-version : " 8.2"
3335 tools : " cs2pr"
3436
@@ -45,13 +47,15 @@ jobs:
4547 uses : " phpDocumentor/.github/.github/workflows/lint.yml@main"
4648 with :
4749 composer-options : " --no-check-publish --ansi"
50+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
4851 php-version : " 8.2"
4952
5053 static-analysis :
5154 name : " Static analysis"
5255 uses : " phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.8"
5356 with :
5457 php-version : " 8.2"
58+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
5559 composer-root-version : " 2.x-dev"
5660
5761 architecture :
6468 with :
6569 coverage : " none"
6670 php-version : " 8.2"
71+ extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
6772
6873 - name : " Install dependencies with Composer"
6974 uses : " ramsey/composer-install@v3"
@@ -79,13 +84,15 @@ jobs:
7984 uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
8085 with :
8186 composer-root-version : " 2.x-dev"
87+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
8288
8389 functional-tests :
8490 name : " Functional test"
8591 uses : " phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
8692 needs : " unit-tests"
8793 with :
8894 test-suite : " functional"
95+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
8996 composer-root-version : " 2.x-dev"
9097
9198 integration-tests :
94101 needs : " unit-tests"
95102 with :
96103 test-suite : " integration"
104+ php-extensions : " none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
97105 composer-root-version : " 2.x-dev"
98106
99107 xml-lint :
0 commit comments