Skip to content

Commit 7fa00ed

Browse files
committed
cicd: fix pg_version parameter
1 parent b1e53cf commit 7fa00ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/mamonsu-tests-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
docker_os: ['centos:7']
3030
zabbix_version: ['6.2.6']
31-
pg_version: ['11', '12', '13', '14']
31+
pg_version: ['12', '13', '14', '15', '16']
3232

3333
steps:
3434
- name: Checkout mamonsu repo

.github/workflows/mamonsu-tests-master.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
matrix:
2929
docker_os: ['ubuntu:20.04', 'centos:7']
3030
zabbix_version: ['4.0.44', '4.4.10', '5.0.30', '5.4.12', '6.0.12', '6.2.6']
31-
pg_version: ['11', '12', '13', '14', '15']
31+
pg_version: ['12', '13', '14', '15', '16']
3232
exclude:
33-
# excludes PG 15 on CentOS
33+
# excludes PG 15, 16 on CentOS
3434
- docker_os: 'centos:7'
35-
pg_version: '15'
35+
pg_version: ['15', '16']
3636

3737
steps:
3838
- name: Checkout mamonsu repo

0 commit comments

Comments
 (0)