From 03ae5812e8541d651937822afd26b349620d0b49 Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Tue, 18 Nov 2025 23:27:34 -0800 Subject: [PATCH] static analysis php extension bc math requirement --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 716eb56..427bbde 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -109,7 +109,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '8.1' - extensions: mbstring, intl, sqlite + extensions: mbstring, intl, sqlite, bcmath coverage: none - name: Get composer cache directory