From e06e94d09be1bbd6ce11fccfcb1b9f26c5a94e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Goetz?= Date: Sun, 29 Dec 2019 20:56:55 +0100 Subject: [PATCH] Add intl extension in builds --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 0ba54f7..6c79d65 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -24,7 +24,7 @@ jobs: uses: shivammathur/setup-php@master with: php-version: ${{ matrix.php-versions }} - extension-csv: mbstring, dom + extension-csv: mbstring, dom, intl - name: Validate composer.json and composer.lock run: composer validate