Skip to content

Commit e1377d4

Browse files
authored
Merge pull request #10 from wayofdev/ci/fix-phar-build
ci: add iconv support to phar build
2 parents 68bbd50 + d17c745 commit e1377d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-phar-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: shivammathur/setup-php@2.33.0
3232
with:
3333
php-version: ${{ matrix.php-version }}
34-
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets, intl, bcmath
34+
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets, intl, bcmath, iconv
3535
ini-values: error_reporting=E_ALL
3636
coverage: none
3737
tools: phive

0 commit comments

Comments
 (0)