Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Add mbstring extension
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Dec 10, 2019
1 parent f015b91 commit 759a89b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: shivammathur/setup-php@v1
with:
coverage: none
extensions: "json"
extensions: "mbstring, json"
php-version: ${{ matrix.php-version }}

- name: "Validate composer.json and composer.lock"
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
uses: shivammathur/setup-php@v1
with:
coverage: none
extensions: "json"
extensions: "mbstring, json"
php-version: ${{ matrix.php-version }}

- name: "Cache dependencies installed with composer"
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
uses: shivammathur/setup-php@v1
with:
coverage: none
extensions: "json"
extensions: "mbstring, json"
php-version: ${{ matrix.php-version }}

- name: "Cache dependencies installed with composer"
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
uses: shivammathur/setup-php@v1
with:
coverage: pcov
extensions: "json"
extensions: "mbstring, json"
php-version: ${{ matrix.php-version }}

- name: "Cache dependencies installed with composer"
Expand Down

0 comments on commit 759a89b

Please sign in to comment.