diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 623548293..b91eab68a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: 8.3 - extensions: none, dom, iconv, mbstring, opcache, simplexml, tokenizer, xml, xmlwriter + extensions: none, ctype, dom, iconv, mbstring, opcache, simplexml, tokenizer, xml, xmlwriter coverage: none tools: none