bcmath is required after all
All checks were successful
CI / testsuite (mysql, 8.4, ) (push) Successful in 8m12s
CI / testsuite (mysql, 8.2, ) (push) Successful in 13m56s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 9m2s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 13m30s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 4m17s
CI / Coding Standard & Static Analysis (push) Successful in 3m53s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 13m20s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 16m19s
All checks were successful
CI / testsuite (mysql, 8.4, ) (push) Successful in 8m12s
CI / testsuite (mysql, 8.2, ) (push) Successful in 13m56s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 9m2s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 13m30s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 4m17s
CI / Coding Standard & Static Analysis (push) Successful in 3m53s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 13m20s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 16m19s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user