Skip to content

Commit 8d3494d

Browse files
committed
Add ext-iconv
1 parent e492252 commit 8d3494d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/integrate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: "shivammathur/setup-php@v2"
2828
with:
2929
coverage: "xdebug"
30-
extensions: "none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter"
30+
extensions: "none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter, iconv"
3131
php-version: "${{ matrix.php-version }}"
3232

3333
- name: "Set up problem matchers for PHP"
@@ -72,7 +72,7 @@ jobs:
7272
uses: "shivammathur/setup-php@v2"
7373
with:
7474
coverage: "none"
75-
extensions: "none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter"
75+
extensions: "none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter, iconv"
7676
php-version: "${{ matrix.php-version }}"
7777

7878
- name: "Set up problem matchers for PHP"
@@ -128,7 +128,7 @@ jobs:
128128
uses: "shivammathur/setup-php@v2"
129129
with:
130130
coverage: "none"
131-
extensions: "none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter"
131+
extensions: "none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter, iconv"
132132
php-version: "${{ matrix.php-version }}"
133133

134134
- name: "Set up problem matchers for PHP"

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: shivammathur/setup-php@v2
6161
with:
6262
coverage: "none"
63-
extensions: "none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter"
63+
extensions: "none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter, iconv"
6464
php-version: "${{ matrix.php-version }}"
6565

6666
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/update-screenshots.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: "shivammathur/setup-php@v2"
3030
with:
3131
coverage: "none"
32-
extensions: "none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter"
32+
extensions: "none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter, iconv"
3333
php-version: "${{ matrix.php-version }}"
3434

3535
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)