From 273fca76e39691e387a0807049ee36c8f77274ab Mon Sep 17 00:00:00 2001 From: myrmidex Date: Wed, 18 Mar 2026 18:42:41 +0100 Subject: [PATCH] Fix CI lint by using ZTS PHP to match dev container --- .forgejo/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 8b4c936..69284f8 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: uses: https://github.com/shivammathur/setup-php@v2 with: php-version: '8.3' + phpts: zts extensions: pdo_sqlite, mbstring, xml, dom coverage: pcov