Skip to content

Commit 9db70a1

Browse files
committed
added bcmath extension to commposer step
1 parent ab31874 commit 9db70a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/db-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
progress: yes
3434
php_version: 7.1
35+
php_extensions: bcmath
3536
version: 2
3637
- uses: php-actions/phpunit@v3
3738
with:

.github/workflows/no-db-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
progress: yes
2323
php_version: ${{ matrix.php-version }}
24+
php_extensions: bcmath
2425
version: 2
2526
- uses: php-actions/phpunit@v3
2627
with:

0 commit comments

Comments
 (0)