Skip to content

Commit

Permalink
Use only PHP modules that are required (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed May 14, 2023
1 parent bf0c167 commit 4b572a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -77,6 +77,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: none, dom, json, mbstring, 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 4b572a5

Please sign in to comment.