We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68bbd50 + d17c745 commit e1377d4Copy full SHA for e1377d4
1 file changed
.github/workflows/build-phar-release.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: shivammathur/setup-php@2.33.0
32
with:
33
php-version: ${{ matrix.php-version }}
34
- extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets, intl, bcmath
+ extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets, intl, bcmath, iconv
35
ini-values: error_reporting=E_ALL
36
coverage: none
37
tools: phive
0 commit comments