Skip to content

Commit f0ebd6a

Browse files
committed
Add ldap extension to actions
1 parent 5e5d670 commit f0ebd6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
php-version: '8.2'
5252
tools: composer, composer-require-checker, composer-unused, phpcs, psalm
5353
# 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
5555

5656
- name: Setup problem matchers for PHP
5757
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
# Should be the lowest supported version
117117
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
119119
tools: composer
120120
coverage: none
121121

@@ -165,7 +165,7 @@ jobs:
165165
uses: shivammathur/setup-php@v2
166166
with:
167167
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
169169
tools: composer
170170
ini-values: error_reporting=E_ALL
171171
coverage: pcov
@@ -227,7 +227,7 @@ jobs:
227227
uses: shivammathur/setup-php@v2
228228
with:
229229
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
231231
tools: composer
232232
ini-values: error_reporting=E_ALL
233233
coverage: none

0 commit comments

Comments
 (0)