Skip to content

Commit f7722e3

Browse files
committed
Add iconv to ci
(cherry picked from commit bafbb25) # Conflicts: # .github/workflows/integrate.yaml
1 parent 90c8632 commit f7722e3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/integrate.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
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,14 +47,20 @@ 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/[email protected]"
5356
with:
5457
php-version: "8.2"
58+
<<<<<<< HEAD
5559
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)
5664

5765
architecture:
5866
name: "Check architecture"
@@ -64,6 +72,7 @@ jobs:
6472
with:
6573
coverage: "none"
6674
php-version: "8.2"
75+
extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv"
6776

6877
- name: "Install dependencies with Composer"
6978
uses: "ramsey/composer-install@v3"
@@ -78,23 +87,38 @@ jobs:
7887
name: "Unit test"
7988
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
8089
with:
90+
<<<<<<< HEAD
8191
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)
8296

8397
functional-tests:
8498
name: "Functional test"
8599
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
86100
needs: "unit-tests"
87101
with:
88102
test-suite: "functional"
103+
<<<<<<< HEAD
89104
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)
90109

91110
integration-tests:
92111
name: "integration test"
93112
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
94113
needs: "unit-tests"
95114
with:
96115
test-suite: "integration"
116+
<<<<<<< HEAD
97117
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)
98122

99123
xml-lint:
100124
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)