|
54 | 54 | with: |
55 | 55 | php-version: ${{ matrix.php-versions }} |
56 | 56 | extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre,\ |
57 | | - sodium, spl, xml |
| 57 | + spl, sodium, 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 | | - sodium, spl, xml, zip |
| 120 | + spl, sodium, xml, zip |
121 | 121 | tools: composer |
122 | 122 | ini-values: error_reporting=E_ALL |
123 | 123 | coverage: none |
@@ -166,7 +166,7 @@ jobs: |
166 | 166 | php-version: '8.5' |
167 | 167 | tools: composer, composer-require-checker, composer-unused |
168 | 168 | extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, opcache, openssl, pcre,\ |
169 | | - sodium, spl, xml |
| 169 | + spl, sodium, xml |
170 | 170 |
|
171 | 171 | - name: Setup problem matchers for PHP |
172 | 172 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
@@ -219,7 +219,7 @@ jobs: |
219 | 219 | # Should be the lowest supported version |
220 | 220 | php-version: '8.3' |
221 | 221 | extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre,\ |
222 | | - sodium, spl, xml |
| 222 | + spl, sodium, xml |
223 | 223 | tools: composer |
224 | 224 | coverage: none |
225 | 225 |
|
|
0 commit comments