We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7664c commit aa258b3Copy full SHA for aa258b3
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
- uses: shivammathur/setup-php@v2
24
with:
25
php-version: ${{ matrix.php-version }}
26
- extensions: none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter
+ extensions: none, ctype, curl, dom, json, mbstring, tokenizer, xml, xmlwriter
27
28
- run: composer update
29
0 commit comments