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