Skip to content

Commit f7e05a8

Browse files
committed
ci: install intl extension in tests workflow
1 parent c791207 commit f7e05a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727

2828
- name: Install PHP extensions
2929
run: |
30-
apt-get update && apt-get install -y libgmp-dev
31-
docker-php-ext-install gmp
30+
apt-get update && apt-get install -y libgmp-dev libicu-dev
31+
docker-php-ext-install gmp intl
3232
3333
- name: Cache Composer dependencies
3434
uses: actions/cache@v5

0 commit comments

Comments
 (0)