Skip to content

Commit ae3b7dc

Browse files
committed
add bcmath
1 parent e5cf407 commit ae3b7dc

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

.github/workflows/code-style.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: shivammathur/setup-php@v2
1919
with:
2020
php-version: 8.0
21+
extensions: bcmath
2122
env:
2223
runner: self-hosted
2324

.github/workflows/deptrac.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: shivammathur/setup-php@v2
1919
with:
2020
php-version: 8.0
21+
extensions: bcmath
2122
env:
2223
runner: self-hosted
2324

.github/workflows/phpstan.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: shivammathur/setup-php@v2
1919
with:
2020
php-version: 8.0
21+
extensions: bcmath
2122
env:
2223
runner: self-hosted
2324

.github/workflows/phpunits.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
uses: shivammathur/setup-php@v2
9595
with:
9696
php-version: ${{ matrix.php-versions }}
97-
extensions: mbstring, pgsql, mysql, sqlite, redis, memcached
97+
extensions: mbstring, pgsql, mysql, sqlite, redis, memcached, bcmath
9898
coverage: pcov
9999
env:
100100
runner: self-hosted

.github/workflows/psalm.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: shivammathur/setup-php@v2
1919
with:
2020
php-version: 8.0
21+
extensions: bcmath
2122
env:
2223
runner: self-hosted
2324

.github/workflows/rector.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: shivammathur/setup-php@v2
1919
with:
2020
php-version: 8.1
21+
extensions: bcmath
2122
env:
2223
runner: self-hosted
2324

0 commit comments

Comments
 (0)