Skip to content

Commit

Permalink
Add the intl extension (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
BelleNottelling authored Jun 26, 2024
1 parent b350db4 commit f86c548
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/php-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ runs:
with:
command: validate
php_version: ${{ inputs.php-version }}
php_extensions: intl

- name: 'Cache Composer Dependencies'
id: composer-cache
Expand All @@ -35,4 +36,5 @@ runs:
uses: php-actions/composer@v6
with:
args: ${{ inputs.composer-args }}
php_version: ${{ inputs.php-version }}
php_version: ${{ inputs.php-version }}
php_extensions: intl

0 comments on commit f86c548

Please sign in to comment.