Skip to content

Commit

Permalink
Disable all default extensions except mbstring on PHP CIs
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Sep 5, 2021
1 parent 2bf4eb1 commit 1db358c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: mbstring
extensions: none, mbstring
coverage: xdebug
- name: Get Composer Cache Directory
id: composer-cache
Expand Down

0 comments on commit 1db358c

Please sign in to comment.