|
51 | 51 | php-version: '8.2' |
52 | 52 | tools: composer, composer-require-checker, composer-unused, phpcs, psalm |
53 | 53 | # optional performance gain for psalm: opcache |
54 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, opcache, openssl, pcre, spl, xml |
| 54 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, opcache, openssl, pcre, spl, xml |
55 | 55 |
|
56 | 56 | - name: Setup problem matchers for PHP |
57 | 57 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
@@ -115,7 +115,7 @@ jobs: |
115 | 115 | with: |
116 | 116 | # Should be the lowest supported version |
117 | 117 | php-version: '8.0' |
118 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, spl, xml |
| 118 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, spl, xml |
119 | 119 | tools: composer |
120 | 120 | coverage: none |
121 | 121 |
|
@@ -165,7 +165,7 @@ jobs: |
165 | 165 | uses: shivammathur/setup-php@v2 |
166 | 166 | with: |
167 | 167 | php-version: ${{ matrix.php-versions }} |
168 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, spl, xml |
| 168 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, spl, xml |
169 | 169 | tools: composer |
170 | 170 | ini-values: error_reporting=E_ALL |
171 | 171 | coverage: pcov |
@@ -227,7 +227,7 @@ jobs: |
227 | 227 | uses: shivammathur/setup-php@v2 |
228 | 228 | with: |
229 | 229 | php-version: ${{ matrix.php-versions }} |
230 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, spl, xml |
| 230 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, spl, xml |
231 | 231 | tools: composer |
232 | 232 | ini-values: error_reporting=E_ALL |
233 | 233 | coverage: none |
|
0 commit comments