From e718479cf56038bb7bfe49bb3ca18efab6fe7330 Mon Sep 17 00:00:00 2001 From: Oleksandr Havryliak <88387200+olexandr-havryliak@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:30:35 +0200 Subject: [PATCH] PSMDB 7.0 GA (#893) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59db5a2b5..574d75be0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - psmdb: ["4.4", "5.0", "6.0"] + psmdb: ["4.4", "5.0", "6.0", "7.0"] test: [logical, physical, incremental, external] env: PBM_BRANCH: ${{ github.event.inputs.pbm_branch || 'main' }}