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