From 41144d16d5d41710beb81a3e41cec37c2fb09589 Mon Sep 17 00:00:00 2001 From: cuprumtan Date: Thu, 11 Jan 2024 14:27:32 +0500 Subject: [PATCH] cicd: fix pg_version parameter --- .github/workflows/mamonsu-tests-master.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mamonsu-tests-master.yml b/.github/workflows/mamonsu-tests-master.yml index dacb866..17c8998 100644 --- a/.github/workflows/mamonsu-tests-master.yml +++ b/.github/workflows/mamonsu-tests-master.yml @@ -32,7 +32,9 @@ jobs: exclude: # excludes PG 15, 16 on CentOS - docker_os: 'centos:7' - pg_version: ['15', '16'] + pg_version: '15' + - docker_os: 'centos:7' + pg_version: '16' steps: - name: Checkout mamonsu repo