Skip to content

Commit 4ce939b

Browse files
authored
Add ext-intl to CI
1 parent fbed878 commit 4ce939b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: shivammathur/setup-php@v2
5454
with:
5555
php-version: ${{ matrix.php-versions }}
56-
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, soap, spl, xml
56+
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, spl, xml
5757
tools: composer
5858
ini-values: error_reporting=E_ALL
5959
coverage: pcov
@@ -115,7 +115,7 @@ jobs:
115115
uses: shivammathur/setup-php@v2
116116
with:
117117
php-version: ${{ matrix.php-versions }}
118-
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, soap, sodium, spl, xml, zip
118+
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, sodium, spl, xml, zip
119119
tools: composer
120120
ini-values: error_reporting=E_ALL
121121
coverage: none
@@ -164,7 +164,7 @@ jobs:
164164
# Should be the higest supported version, so we can use the newest tools
165165
php-version: '8.5'
166166
tools: composer, composer-require-checker, composer-unused, phpcs
167-
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, soap, spl, xml
167+
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, spl, xml
168168
coverage: none
169169

170170
- name: Setup problem matchers for PHP
@@ -217,7 +217,7 @@ jobs:
217217
with:
218218
# Should be the lowest supported version
219219
php-version: '8.3'
220-
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, soap, spl, xml
220+
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, spl, xml
221221
tools: composer
222222
coverage: none
223223

0 commit comments

Comments
 (0)