refactoring

This commit is contained in:
Roland Gruber 2023-01-12 08:07:20 +01:00
parent 79a7e3eb5f
commit f78bd1ee70

View file

@ -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