dont need bcmath extension
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
|||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-version }}
|
php-version: ${{ matrix.php-version }}
|
||||||
extensions: mbstring, intl, bcmath, sqlite, pdo_${{ matrix.db-type }}
|
extensions: mbstring, intl, sqlite, pdo_${{ matrix.db-type }}
|
||||||
coverage: pcov
|
coverage: pcov
|
||||||
|
|
||||||
- name: Get composer cache directory
|
- name: Get composer cache directory
|
||||||
@@ -102,7 +102,7 @@ jobs:
|
|||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: '8.2'
|
php-version: '8.2'
|
||||||
extensions: mbstring, intl, sqlite, bcmath
|
extensions: mbstring, intl, sqlite
|
||||||
coverage: none
|
coverage: none
|
||||||
|
|
||||||
- name: Get composer cache directory
|
- name: Get composer cache directory
|
||||||
|
|||||||
Reference in New Issue
Block a user