We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c791207 commit f7e05a8Copy full SHA for f7e05a8
.github/workflows/tests.yml
@@ -27,8 +27,8 @@ jobs:
27
28
- name: Install PHP extensions
29
run: |
30
- apt-get update && apt-get install -y libgmp-dev
31
- docker-php-ext-install gmp
+ apt-get update && apt-get install -y libgmp-dev libicu-dev
+ docker-php-ext-install gmp intl
32
33
- name: Cache Composer dependencies
34
uses: actions/cache@v5
0 commit comments