mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
custom runner
This commit is contained in:
parent
5273217705
commit
212a5c61bd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2
|
||||
with:
|
||||
php-version: '8.1'
|
||||
extensions: ldap, xdebug, gd, json, xml, curl, zip, mbstring, imagick
|
||||
extensions: ldap, xdebug, gd, json, xml, curl, zip, mbstring, imagick, pdo_sqlite
|
||||
|
||||
- name: Validate composer.json and composer.lock
|
||||
run: composer validate --strict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue