Skip to content

Commit 68bbd50

Browse files
authored
Merge pull request #9 from wayofdev/ci/fix-phar-build
ci: add bcmath support to phar build
2 parents 4dff6dd + 0cd1309 commit 68bbd50

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
34+
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets, intl, bcmath
3535
ini-values: error_reporting=E_ALL
3636
coverage: none
3737
tools: phive

0 commit comments

Comments
 (0)