Skip to content

Commit

Permalink
release: install phar extension
Browse files Browse the repository at this point in the history
Based on PHPUnit CI
  • Loading branch information
SMillerDev committed Jan 27, 2022
1 parent 5650b34 commit 25719a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
ini-values: phar.readonly=0
extensions: curl,json,mbstring,uopz
ini-values: assert.exception=1, phar.readonly=0, zend.assertions=1
extensions: curl, json, phar, mbstring, uopz
tools: pecl
coverage: none

Expand Down

0 comments on commit 25719a7

Please sign in to comment.