Skip to content

Commit

Permalink
Use only needed PHP extensions in CI (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Aug 14, 2024
1 parent f78929d commit 5bf07a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: none, curl, dom, mbstring, opcache, simplexml, tokenizer, xml, xmlwriter
coverage: none

- name: Install dependencies
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: none, ctype, curl, dom, json, mbstring, opcache, tokenizer, xml, xmlwriter
coverage: none

- name: Get Composer data directory
Expand Down

0 comments on commit 5bf07a2

Please sign in to comment.