|
27 | 27 | uses: "shivammathur/setup-php@v2" |
28 | 28 | with: |
29 | 29 | coverage: "xdebug" |
30 | | - extensions: "none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter" |
| 30 | + extensions: "none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter, iconv" |
31 | 31 | php-version: "${{ matrix.php-version }}" |
32 | 32 |
|
33 | 33 | - name: "Set up problem matchers for PHP" |
|
72 | 72 | uses: "shivammathur/setup-php@v2" |
73 | 73 | with: |
74 | 74 | coverage: "none" |
75 | | - extensions: "none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter" |
| 75 | + extensions: "none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter, iconv" |
76 | 76 | php-version: "${{ matrix.php-version }}" |
77 | 77 |
|
78 | 78 | - name: "Set up problem matchers for PHP" |
@@ -128,7 +128,7 @@ jobs: |
128 | 128 | uses: "shivammathur/setup-php@v2" |
129 | 129 | with: |
130 | 130 | coverage: "none" |
131 | | - extensions: "none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter" |
| 131 | + extensions: "none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter, iconv" |
132 | 132 | php-version: "${{ matrix.php-version }}" |
133 | 133 |
|
134 | 134 | - name: "Set up problem matchers for PHP" |
|
0 commit comments