mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
refactoring
This commit is contained in:
parent
79a7e3eb5f
commit
f78bd1ee70
1 changed files with 5 additions and 5 deletions
10
.github/workflows/php.yml
vendored
10
.github/workflows/php.yml
vendored
|
@ -14,11 +14,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup PHP with PECL extension
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '7.4'
|
||||
extensions: ldap, xdebug, gd, json, xml, curl, zip, mbstring
|
||||
- name: Setup PHP with PECL extension
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '7.4'
|
||||
extensions: ldap, xdebug, gd, json, xml, curl, zip, mbstring
|
||||
|
||||
- name: Validate composer.json and composer.lock
|
||||
run: composer validate --strict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue