|
53 | 53 | uses: shivammathur/setup-php@v2 |
54 | 54 | with: |
55 | 55 | 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 |
57 | 57 | tools: composer |
58 | 58 | ini-values: error_reporting=E_ALL |
59 | 59 | coverage: pcov |
@@ -115,7 +115,7 @@ jobs: |
115 | 115 | uses: shivammathur/setup-php@v2 |
116 | 116 | with: |
117 | 117 | 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 |
119 | 119 | tools: composer |
120 | 120 | ini-values: error_reporting=E_ALL |
121 | 121 | coverage: none |
@@ -164,7 +164,7 @@ jobs: |
164 | 164 | # Should be the higest supported version, so we can use the newest tools |
165 | 165 | php-version: '8.5' |
166 | 166 | 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 |
168 | 168 | coverage: none |
169 | 169 |
|
170 | 170 | - name: Setup problem matchers for PHP |
@@ -217,7 +217,7 @@ jobs: |
217 | 217 | with: |
218 | 218 | # Should be the lowest supported version |
219 | 219 | 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 |
221 | 221 | tools: composer |
222 | 222 | coverage: none |
223 | 223 |
|
|
0 commit comments