|
53 | 53 | uses: shivammathur/setup-php@v2 |
54 | 54 | with: |
55 | 55 | php-version: ${{ matrix.php-versions }} |
56 | | - extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, spl, xml |
| 56 | + extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, spl, sodium, 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, intl, mbstring, openssl, pcre, soap, spl, xml |
| 118 | + extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, sodium, spl, xml |
119 | 119 | tools: composer |
120 | 120 | ini-values: error_reporting=E_ALL |
121 | 121 | coverage: none |
@@ -163,7 +163,7 @@ jobs: |
163 | 163 | # Should be the higest supported version, so we can use the newest tools |
164 | 164 | php-version: '8.5' |
165 | 165 | tools: composer, composer-require-checker, composer-unused |
166 | | - extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, soap, spl, xml |
| 166 | + extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, sodium, spl, xml |
167 | 167 | coverage: none |
168 | 168 |
|
169 | 169 | - name: Setup problem matchers for PHP |
@@ -216,7 +216,7 @@ jobs: |
216 | 216 | with: |
217 | 217 | # Should be the lowest supported version |
218 | 218 | php-version: '8.3' |
219 | | - extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, soap, spl, xml |
| 219 | + extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, sodium, spl, xml |
220 | 220 | tools: composer |
221 | 221 | coverage: none |
222 | 222 |
|
|
0 commit comments