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