Skip to content

Commit 9c1ff0a

Browse files
Enable the same PHP extensions for the dependency-validation job that are used for the unit-tests job
1 parent d9b1f0e commit 9c1ff0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: shivammathur/setup-php@v2
2727
with:
2828
php-version: 8.3
29-
extensions: none, iconv, json, phar, tokenizer
29+
extensions: none, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
3030
coverage: none
3131
tools: none
3232

0 commit comments

Comments
 (0)