Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Jan 15, 2024
1 parent 88413e4 commit 5a54bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: none, curl, dom, json, mbstring, opcache, openssl, simplexml, tokenizer, xml, xmlwriter
extensions: none, ctype, curl, dom, json, mbstring, opcache, openssl, simplexml, tokenizer, xml, xmlwriter
ini-values: pcov.directory=$GITHUB_WORKSPACE/src, zend.assertions=1
coverage: ${{ (matrix.calculate-coverage && 'pcov') || 'none' }}

Expand Down

0 comments on commit 5a54bef

Please sign in to comment.