Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

feat: add LDAP adapter #690

feat: add LDAP adapter

feat: add LDAP adapter #690

Workflow file for this run

name: CI
on:
pull_request:
schedule:
- cron: '0 0 * * 1'
jobs:
security:
uses: dvsa/.github/.github/workflows/php-security.yml@main
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
static-analysis:
uses: ./.github/workflows/static-analysis.yaml
with:
php-version: '8.2'
tests:
uses: dvsa/.github/.github/workflows/php-tests.yml@main
with:
php-versions: '["8.2"]'
fail-fast: false