From c70af0ec64ea9512bbcd4b36af271930e36261e4 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Thu, 28 Nov 2019 09:25:10 +0800 Subject: [PATCH] Ensure necessary PHP extensions are installed with unit tests --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8b73a18b9..536987401 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,6 +23,7 @@ jobs: uses: shivammathur/setup-php@master with: php-version: ${{ matrix.phpVersions }} + extension-csv: mbstring, intl - name: Install Composer dependencies run: composer install --no-interaction --no-progress --no-suggest - name: Reset October modules and library