Skip to content

Commit bafbb25

Browse files
committed
Add iconv to ci
1 parent dd18562 commit bafbb25

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/integrate.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
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"
@@ -29,6 +30,7 @@ jobs:
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:
@@ -64,6 +68,7 @@ jobs:
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:
@@ -94,6 +101,7 @@ jobs:
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

Comments
 (0)