From af0a980e37b4616d795a3b82f0412de1e7b31376 Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Wed, 11 Feb 2026 19:06:51 -0800 Subject: [PATCH] dont need bcmath extension --- .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 862339b..0c48d65 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, bcmath, sqlite, pdo_${{ matrix.db-type }} + extensions: mbstring, intl, 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, bcmath + extensions: mbstring, intl, sqlite coverage: none - name: Get composer cache directory