Skip to content

Commit

Permalink
fix intl php extension install
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Vostrak authored and Gregor Vostrak committed Jan 21, 2024
1 parent f522415 commit ac4bb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: php-actions/composer@v6
with:
php_version: "8.3"
php_extensions: ext-intl
php_extensions: intl
version: 2.x
- run: composer install
- name: Use Node.js
Expand Down

0 comments on commit ac4bb56

Please sign in to comment.