Skip to content

Commit

Permalink
add ext-intl and fixed php version
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 a818424 commit f522415
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
with:
php_version: "8.3"
php_extensions: ext-intl
version: 2.x
- run: composer install
- name: Use Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit f522415

Please sign in to comment.