From f86c5488bcc5fe6bd17448f69e633c3cabaa6f74 Mon Sep 17 00:00:00 2001 From: Belle Aerni Date: Tue, 25 Jun 2024 17:47:45 -0700 Subject: [PATCH] Add the intl extension (#14) --- .github/actions/php-build/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/php-build/action.yml b/.github/actions/php-build/action.yml index 6b4b55d..3f184bc 100644 --- a/.github/actions/php-build/action.yml +++ b/.github/actions/php-build/action.yml @@ -21,6 +21,7 @@ runs: with: command: validate php_version: ${{ inputs.php-version }} + php_extensions: intl - name: 'Cache Composer Dependencies' id: composer-cache @@ -35,4 +36,5 @@ runs: uses: php-actions/composer@v6 with: args: ${{ inputs.composer-args }} - php_version: ${{ inputs.php-version }} \ No newline at end of file + php_version: ${{ inputs.php-version }} + php_extensions: intl