Skip to content

Commit 8d008f4

Browse files
committed
cicd: updated versions
1 parent ac42b04 commit 8d008f4

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
strategy:
2828
matrix:
2929
docker_os: ['centos:7']
30-
zabbix_version: ['6.0.4']
31-
pg_version: ['10', '11', '12', '13', '14']
30+
zabbix_version: ['6.2.6']
31+
pg_version: ['11', '12', '13', '14', '15']
3232

3333
steps:
3434
- name: Checkout mamonsu repo

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,8 @@ jobs:
2727
strategy:
2828
matrix:
2929
docker_os: ['ubuntu:20.04', 'centos:7']
30-
zabbix_version: ['4.0.40', '5.0.23', '5.4.12', '6.0.4']
31-
pg_version: ['10', '11', '12', '13', '14']
32-
exclude:
33-
# excludes PG 9.6 on CentOS 8
34-
- docker_os: 'centos:8'
35-
pg_version: '9.6'
30+
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']
3632

3733
steps:
3834
- name: Checkout mamonsu repo

0 commit comments

Comments
 (0)