Skip to content

Commit

Permalink
Enable the same PHP extensions for the dependency-validation job that…
Browse files Browse the repository at this point in the history
… are used for the unit-tests job
  • Loading branch information
sebastianbergmann committed Nov 28, 2023
1 parent d9b1f0e commit 9c1ff0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
extensions: none, iconv, json, phar, tokenizer
extensions: none, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
coverage: none
tools: none

Expand Down

0 comments on commit 9c1ff0a

Please sign in to comment.