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