Skip to content

Commit

Permalink
Enable ctype extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 5, 2023
1 parent 30a0894 commit 1be69e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
extensions: :apcu, :imagick
extensions: :apcu, :imagick, ctype
coverage: none
tools: none

Expand Down

0 comments on commit 1be69e7

Please sign in to comment.