Skip to content

Commit c64e602

Browse files
committed
🚒
1 parent 9b74cf9 commit c64e602

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
php-version: ${{ matrix.php-version }}
4141
tools: pecl
4242
coverage: none
43-
extensions: ast, curl, fileinfo, json, simplexml, zlib
43+
extensions: ast, curl, fileinfo, intl, json, mbstring, simplexml, zlib
4444

4545
- name: "Update dependencies with composer"
4646
uses: ramsey/composer-install@v2
@@ -64,7 +64,7 @@ jobs:
6464
php-version: "8.1"
6565
coverage: none
6666
tools: phpDocumentor
67-
extensions: curl, fileinfo, json, simplexml, zlib
67+
extensions: curl, fileinfo, intl, json, mbstring, simplexml, zlib
6868

6969
- name: "Build Docs"
7070
run: phpdoc --config=phpdoc.xml.dist
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
php-version: ${{ matrix.php-version }}
107107
coverage: xdebug
108-
extensions: curl, fileinfo, json, simplexml, zlib
108+
extensions: curl, fileinfo, intl, json, mbstring, simplexml, zlib
109109

110110
- name: "Install dependencies with composer"
111111
uses: ramsey/composer-install@v2

0 commit comments

Comments
 (0)