From f532b5edeee0b07a4b414c5ab4895f07120fd728 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 4 Nov 2021 21:31:51 +0100 Subject: [PATCH] Added LC_ALL: C env var during ms db tests --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d2067da..cf252eb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,6 +182,8 @@ jobs: matrix: php-version: ['8.0', '8.1'] continue-on-error: ${{ matrix.php-version == '8.1' }} + env: + LC_ALL: C steps: - name: Checkout code uses: actions/checkout@v2