|
56 | 56 | uses: shivammathur/setup-php@v2 |
57 | 57 | with: |
58 | 58 | php-version: ${{ matrix.php-versions }} |
59 | | - extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml |
| 59 | + extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml |
60 | 60 | tools: composer |
61 | 61 | ini-values: error_reporting=E_ALL |
62 | 62 | coverage: pcov |
@@ -121,7 +121,7 @@ jobs: |
121 | 121 | uses: shivammathur/setup-php@v2 |
122 | 122 | with: |
123 | 123 | php-version: ${{ matrix.php-versions }} |
124 | | - extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml |
| 124 | + extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml |
125 | 125 | tools: composer |
126 | 126 | ini-values: error_reporting=E_ALL |
127 | 127 | coverage: none |
@@ -169,7 +169,7 @@ jobs: |
169 | 169 | # Should be the higest supported version, so we can use the newest tools |
170 | 170 | php-version: '8.5' |
171 | 171 | tools: composer, composer-require-checker, composer-unused |
172 | | - extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml |
| 172 | + extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml |
173 | 173 | coverage: none |
174 | 174 |
|
175 | 175 | - name: Setup problem matchers for PHP |
|
0 commit comments