Skip to content

Commit

Permalink
CI: add curl and mbstring to build php (#7409)
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 2, 2023
1 parent b176b25 commit a7cdc0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: none, dom, json, opcache, simplexml, tokenizer, xml, xmlwriter, zip
extensions: none, curl, dom, json, mbstring, opcache, simplexml, tokenizer, xml, xmlwriter, zip
coverage: ${{ steps.code-coverage-driver.outputs.result }}
tools: flex

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: none, dom, mbstring, opcache, simplexml, tokenizer, xml, xmlwriter
extensions: none, curl, dom, json, mbstring, opcache, simplexml, tokenizer, xml, xmlwriter, zip
coverage: none # without this Xdebug will be enabled
tools: cs2pr

Expand Down

0 comments on commit a7cdc0a

Please sign in to comment.