|
54 | 54 | with: |
55 | 55 | php-version: ${{ matrix.php-versions }} |
56 | 56 | extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre,\ |
57 | | - pdo, pdo_sqlite, posix, spl, xml |
| 57 | + pdo, pdo_sqlite, posix, sodium, spl, xml |
58 | 58 | tools: composer |
59 | 59 | ini-values: error_reporting=E_ALL |
60 | 60 | coverage: pcov |
@@ -117,7 +117,7 @@ jobs: |
117 | 117 | with: |
118 | 118 | php-version: ${{ matrix.php-versions }} |
119 | 119 | extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre,\ |
120 | | - pdo, pdo_sqlite, posix, spl, xml, zip |
| 120 | + pdo, pdo_sqlite, posix, sodium, spl, xml, zip |
121 | 121 | tools: composer |
122 | 122 | ini-values: error_reporting=E_ALL |
123 | 123 | coverage: none |
@@ -165,7 +165,8 @@ jobs: |
165 | 165 | # Should be the higest supported version, so we can use the newest tools |
166 | 166 | php-version: '8.5' |
167 | 167 | tools: composer, composer-require-checker, composer-unused, phpcs, phpstan |
168 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, pdo, posix, spl, xml |
| 168 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre,\ |
| 169 | + pdo, posix, sodium, spl, xml |
169 | 170 |
|
170 | 171 | - name: Setup problem matchers for PHP |
171 | 172 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
@@ -217,7 +218,8 @@ jobs: |
217 | 218 | with: |
218 | 219 | # Should be the lowest supported version |
219 | 220 | php-version: '8.3' |
220 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, pdo, posix, spl, xml, zip |
| 221 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre,\ |
| 222 | + pdo, posix, sodium, spl, xml, zip |
221 | 223 | tools: composer |
222 | 224 | coverage: none |
223 | 225 |
|
|
0 commit comments