static analysis php extension bc math requirement
CI / testsuite (mysql, 8.2, ) (push) Successful in 12m5s Details
CI / testsuite (mysql, 8.4, ) (push) Successful in 11m11s Details
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Failing after 7m22s Details
CI / Coding Standard & Static Analysis (push) Failing after 6m5s Details

This commit is contained in:
Brandon Shipley 2025-11-18 23:27:34 -08:00
parent 331759b7b3
commit 03ae5812e8
Signed by: bmfs
GPG Key ID: 14E38571D8BB0DE4
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ jobs:
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: '8.1' php-version: '8.1'
extensions: mbstring, intl, sqlite extensions: mbstring, intl, sqlite, bcmath
coverage: none coverage: none
- name: Get composer cache directory - name: Get composer cache directory