From d704dda47bad29d796182bdf596cfcb6d854d7fa Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Tue, 7 Jan 2025 13:01:56 +0100 Subject: [PATCH] Add openldap 2.6.7 testing --- .github/workflows/openldap.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/openldap.yml b/.github/workflows/openldap.yml index e20743118e..b77dd3ea9d 100644 --- a/.github/workflows/openldap.yml +++ b/.github/workflows/openldap.yml @@ -46,6 +46,8 @@ jobs: # List of releases to test - osp_ref: 2.5.13 git_ref: OPENLDAP_REL_ENG_2_5_13 + - osp_ref: 2.6.7 + git_ref: OPENLDAP_REL_ENG_2_6_7 name: ${{ matrix.osp_ref }} runs-on: ubuntu-22.04 # This should be a safe limit for the tests to run.