From 1be69e7c30c80d0030f83aa6b698085dc09a76b0 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 5 Dec 2023 07:34:36 +0100 Subject: [PATCH] Enable ctype extension --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 586062600..d73301256 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: :apcu, :imagick + extensions: :apcu, :imagick, ctype coverage: none tools: none