From 7fa00edf7e3acd226cb8365121c5808a25f75f88 Mon Sep 17 00:00:00 2001 From: cuprumtan Date: Thu, 11 Jan 2024 14:17:41 +0500 Subject: [PATCH] cicd: fix pg_version parameter --- .github/workflows/mamonsu-tests-dev.yml | 2 +- .github/workflows/mamonsu-tests-master.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mamonsu-tests-dev.yml b/.github/workflows/mamonsu-tests-dev.yml index 3f68f9b..270771a 100644 --- a/.github/workflows/mamonsu-tests-dev.yml +++ b/.github/workflows/mamonsu-tests-dev.yml @@ -28,7 +28,7 @@ jobs: matrix: docker_os: ['centos:7'] zabbix_version: ['6.2.6'] - pg_version: ['11', '12', '13', '14'] + pg_version: ['12', '13', '14', '15', '16'] steps: - name: Checkout mamonsu repo diff --git a/.github/workflows/mamonsu-tests-master.yml b/.github/workflows/mamonsu-tests-master.yml index bdc9b87..dacb866 100644 --- a/.github/workflows/mamonsu-tests-master.yml +++ b/.github/workflows/mamonsu-tests-master.yml @@ -28,11 +28,11 @@ jobs: matrix: docker_os: ['ubuntu:20.04', 'centos:7'] zabbix_version: ['4.0.44', '4.4.10', '5.0.30', '5.4.12', '6.0.12', '6.2.6'] - pg_version: ['11', '12', '13', '14', '15'] + pg_version: ['12', '13', '14', '15', '16'] exclude: - # excludes PG 15 on CentOS + # excludes PG 15, 16 on CentOS - docker_os: 'centos:7' - pg_version: '15' + pg_version: ['15', '16'] steps: - name: Checkout mamonsu repo