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 ff6c07e commit 2089162Copy full SHA for 2089162
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: shivammathur/setup-php@v2
17
with:
18
php-version: 8.2
19
- extensions: dom, curl, libxml, mbstring, zip, pcntl, ctype, iconv
+ extensions: dom, curl, libxml, mbstring, zip, pcntl, ctype, iconv, intl
20
coverage: none
21
22
- name: Install Apache mod_php
0 commit comments