bcmath is required after all

This commit is contained in:
bs
2026-02-11 19:31:32 -08:00
parent b3b410b4c3
commit bd2d69ea53
+2 -2
View File
@@ -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