Skip to content

Commit 48f82c9

Browse files
committed
add gmp-ext
1 parent f956ed0 commit 48f82c9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: shivammathur/setup-php@v2
2424
with:
2525
php-version: 8.2
26-
extensions: bcmath
26+
extensions: bcmath, gmp
2727
env:
2828
runner: self-hosted
2929

.github/workflows/code-style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: shivammathur/setup-php@v2
1919
with:
2020
php-version: 8.2
21-
extensions: bcmath
21+
extensions: bcmath, gmp
2222
env:
2323
runner: self-hosted
2424

.github/workflows/deptrac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: shivammathur/setup-php@v2
1919
with:
2020
php-version: 8.2
21-
extensions: bcmath
21+
extensions: bcmath, gmp
2222
env:
2323
runner: self-hosted
2424

.github/workflows/phpstan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: shivammathur/setup-php@v2
1919
with:
2020
php-version: 8.2
21-
extensions: bcmath
21+
extensions: bcmath, gmp
2222
env:
2323
runner: self-hosted
2424

.github/workflows/phpunits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: shivammathur/setup-php@v2
9696
with:
9797
php-version: ${{ matrix.php-versions }}
98-
extensions: mbstring, pgsql, mysql, sqlite, redis, memcached, bcmath
98+
extensions: mbstring, pgsql, mysql, sqlite, redis, memcached, bcmath, gmp
9999
coverage: pcov
100100
env:
101101
runner: self-hosted

.github/workflows/rector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: shivammathur/setup-php@v2
1919
with:
2020
php-version: 8.2
21-
extensions: bcmath
21+
extensions: bcmath, gmp
2222
env:
2323
runner: self-hosted
2424

0 commit comments

Comments
 (0)