Skip to content

Commit d532b57

Browse files
committed
use mbstring extension everywhere
1 parent aa337c0 commit d532b57

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/release-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,13 @@ jobs:
4242
run: echo "SPC_BUILD_DEBUG=--debug" >> $GITHUB_ENV
4343

4444
- name: "Install PHP for official runners"
45-
uses: "shivammathur/setup-php@v2"
45+
uses: shivammathur/setup-php@v2
4646
with:
4747
coverage: none
4848
tools: composer:v2
4949
php-version: "${{ env.PHP_VERSION }}"
5050
ini-values: memory_limit=-1
51+
extensions: curl, openssl, mbstring
5152

5253
- name: "Get Composer Cache Directory"
5354
id: composer-cache

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
uses: shivammathur/setup-php@v2
122122
with:
123123
php-version: 8.4
124+
extensions: curl, openssl, mbstring
124125

125126
- name: Define
126127
id: gendef

.github/workflows/vitepress-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ jobs:
3232
cp -r config/* docs/.vitepress/config/
3333
3434
- name: "Install PHP for official runners"
35-
uses: "shivammathur/setup-php@v2"
35+
uses: shivammathur/setup-php@v2
3636
with:
3737
coverage: none
3838
tools: composer:v2
3939
php-version: 8.4
4040
ini-values: memory_limit=-1
41+
extensions: curl, openssl, mbstring
4142

4243
- name: "Get Composer Cache Directory"
4344
id: composer-cache

0 commit comments

Comments
 (0)