Skip to content

Commit 25719a7

Browse files
committed
release: install phar extension
Based on PHPUnit CI
1 parent 5650b34 commit 25719a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
uses: shivammathur/setup-php@v2
1717
with:
1818
php-version: 7.4
19-
ini-values: phar.readonly=0
20-
extensions: curl,json,mbstring,uopz
19+
ini-values: assert.exception=1, phar.readonly=0, zend.assertions=1
20+
extensions: curl, json, phar, mbstring, uopz
2121
tools: pecl
2222
coverage: none
2323

0 commit comments

Comments
 (0)