From bd2d69ea53e58fd0f36129c3e7cd9e2ca3ee02c4 Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Wed, 11 Feb 2026 19:31:32 -0800 Subject: [PATCH] bcmath is required after all --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 0c48d65..862339b 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} - extensions: mbstring, intl, sqlite, pdo_${{ matrix.db-type }} + extensions: mbstring, intl, bcmath, sqlite, pdo_${{ matrix.db-type }} coverage: pcov - name: Get composer cache directory @@ -102,7 +102,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '8.2' - extensions: mbstring, intl, sqlite + extensions: mbstring, intl, sqlite, bcmath coverage: none - name: Get composer cache directory