diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77b4ec6bb0f..caf18b1690d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: php-version: '8.0' tools: composer:v2 coverage: none - extensions: :pdo + extensions: none, curl, dom, filter, json, libxml, mbstring, pcre, phar, reflection, simplexml, spl, tokenizer, xml, xmlwriter - uses: actions/checkout@v2 diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index f59e4b38471..20fd158e47b 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -23,6 +23,7 @@ jobs: php-version: '8.0' tools: composer:v2 coverage: none + extensions: none, curl, dom, filter, json, libxml, mbstring, pcre, phar, reflection, simplexml, spl, tokenizer, xml, xmlwriter - uses: actions/checkout@v2