|
51 | 51 | tools: composer, composer-require-checker, composer-unused, phpcs, psalm |
52 | 52 | # optional performance gain for psalm: opcache |
53 | 53 | extensions: ctype, date, dom, fileinfo, filter, hash, intl, json, mbstring, mysql, \ |
54 | | - opcache, openssl, pcre, pdo, pdo_sqlite, posix, soap, sodium, spl, xml |
| 54 | + opcache, openssl, pcre, pdo, pdo_sqlite, posix, soap, spl, xml |
55 | 55 | coverage: none |
56 | 56 |
|
57 | 57 | - name: Setup problem matchers for PHP |
@@ -118,7 +118,7 @@ jobs: |
118 | 118 | # Should be the lowest supported version |
119 | 119 | php-version: '8.0' |
120 | 120 | extensions: ctype, date, dom, hash, fileinfo, filter, intl, json, mbstring, mysql, \ |
121 | | - openssl, pcre, pdo, pdo_sqlite, posix, soap, sodium, spl, xml |
| 121 | + openssl, pcre, pdo, pdo_sqlite, posix, soap, spl, xml |
122 | 122 | tools: composer |
123 | 123 | coverage: none |
124 | 124 |
|
@@ -166,7 +166,7 @@ jobs: |
166 | 166 | with: |
167 | 167 | php-version: ${{ matrix.php-versions }} |
168 | 168 | extensions: ctype, date, dom, fileinfo, filter, hash, intl, json, mbstring, mysql, openssl, pcre,\ |
169 | | - pdo, pdo_sqlite, posix, soap, sodium, spl, xdebug, xml |
| 169 | + pdo, pdo_sqlite, posix, soap, spl, xdebug, xml |
170 | 170 | tools: composer |
171 | 171 | ini-values: error_reporting=E_ALL, pcov.directory=. |
172 | 172 | coverage: pcov |
@@ -229,7 +229,7 @@ jobs: |
229 | 229 | with: |
230 | 230 | php-version: ${{ matrix.php-versions }} |
231 | 231 | extensions: ctype, dom, date, fileinfo, filter, hash, intl, json, mbstring, mysql, openssl, pcre, \ |
232 | | - pdo, pdo_sqlite, posix, soap, sodium, spl, xdebug, xml |
| 232 | + pdo, pdo_sqlite, posix, soap, spl, xdebug, xml |
233 | 233 | tools: composer |
234 | 234 | ini-values: error_reporting=E_ALL |
235 | 235 | coverage: none |
|
0 commit comments