Skip to content

Commit aa258b3

Browse files
committed
ctype
1 parent 7b7664c commit aa258b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: shivammathur/setup-php@v2
2424
with:
2525
php-version: ${{ matrix.php-version }}
26-
extensions: none, curl, dom, json, mbstring, tokenizer, xml, xmlwriter
26+
extensions: none, ctype, curl, dom, json, mbstring, tokenizer, xml, xmlwriter
2727

2828
- run: composer update
2929

0 commit comments

Comments
 (0)