From 7e52c2a085f4da98b2f7c857110821b815094b75 Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Sun, 4 Feb 2024 14:46:35 +0100 Subject: [PATCH] gha: enable mbstring --- .github/workflows/run-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-integration-tests.yml b/.github/workflows/run-integration-tests.yml index 42398edae..16a43cafe 100644 --- a/.github/workflows/run-integration-tests.yml +++ b/.github/workflows/run-integration-tests.yml @@ -46,7 +46,7 @@ jobs: with: php-version: ${{ matrix.php }} coverage: none - extensions: none + extensions: mbstring env: debug: true