From 77dcf3587ec21cf611358d04c71c07e08d839520 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Thu, 19 Feb 2026 19:18:34 +0100 Subject: [PATCH] Add openldap 2.6.9 testing Depends on https://github.com/wolfSSL/osp/pull/315 --- .github/workflows/openldap.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/openldap.yml b/.github/workflows/openldap.yml index 6d9c76867b7..6b81537734c 100644 --- a/.github/workflows/openldap.yml +++ b/.github/workflows/openldap.yml @@ -49,6 +49,8 @@ jobs: git_ref: OPENLDAP_REL_ENG_2_5_13 - osp_ref: 2.6.7 git_ref: OPENLDAP_REL_ENG_2_6_7 + - osp_ref: 2.6.9 + git_ref: OPENLDAP_REL_ENG_2_6_9 name: ${{ matrix.osp_ref }} if: github.repository_owner == 'wolfssl' runs-on: ubuntu-24.04