Skip to content

Commit 38c82a2

Browse files
committed
cicd: added PG 14
1 parent 5a2d13a commit 38c82a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
docker_os: ['centos:7']
2020
zabbix_version: ['5.4']
21-
pg_version: ['9.6', '10', '11', '12', '13']
21+
pg_version: ['9.6', '10', '11', '12', '13', '14']
2222

2323
steps:
2424
- name: Checkout Mamonsu repo

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
docker_os: ['ubuntu:20.04', 'centos:7', 'centos:8']
2020
zabbix_version: ['3.0', '4.0', '5.0', '5.4']
21-
pg_version: ['9.6', '10', '11', '12', '13']
21+
pg_version: ['9.6', '10', '11', '12', '13', '14']
2222

2323
steps:
2424
- name: Checkout Mamonsu repo

0 commit comments

Comments
 (0)