|
53 | 53 | uses: shivammathur/setup-php@v2 |
54 | 54 | with: |
55 | 55 | php-version: ${{ matrix.php-versions }} |
56 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, spl, xml |
| 56 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml |
57 | 57 | tools: composer |
58 | 58 | ini-values: error_reporting=E_ALL |
59 | 59 | coverage: pcov |
@@ -116,7 +116,7 @@ jobs: |
116 | 116 | uses: shivammathur/setup-php@v2 |
117 | 117 | with: |
118 | 118 | php-version: ${{ matrix.php-versions }} |
119 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, spl, xml, zip |
| 119 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml, zip |
120 | 120 | tools: composer |
121 | 121 | ini-values: error_reporting=E_ALL |
122 | 122 | 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, fileinfo, filter, hash, intl, mbstring, openssl, pcre, spl, xml |
| 166 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml |
167 | 167 |
|
168 | 168 | - name: Setup problem matchers for PHP |
169 | 169 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
@@ -215,7 +215,7 @@ jobs: |
215 | 215 | with: |
216 | 216 | # Should be the lowest supported version |
217 | 217 | php-version: '8.3' |
218 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, spl, xml |
| 218 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml |
219 | 219 | tools: composer |
220 | 220 | coverage: none |
221 | 221 |
|
|
0 commit comments