Skip to content

Commit 123f2f8

Browse files
committed
cicd:
- added new Zabbix 6.0; - upgraded Zabbix 4.0, 5.0 and 5.4; - excluded 'examples' directory from tracking list;
1 parent 9458ac8 commit 123f2f8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
paths-ignore:
88
- 'README.md'
99
- 'documentation/**'
10+
- 'examples/**'
1011
pull_request:
1112
branches:
1213
- dev
1314
paths-ignore:
1415
- 'README.md'
1516
- 'documentation/**'
17+
- 'examples/**'
1618

1719
jobs:
1820
mamonsu-tests:
@@ -23,7 +25,7 @@ jobs:
2325
strategy:
2426
matrix:
2527
docker_os: ['centos:7']
26-
zabbix_version: ['5.4.8']
28+
zabbix_version: ['5.4.10']
2729
pg_version: ['9.6', '10', '11', '12', '13', '14']
2830

2931
steps:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
paths-ignore:
88
- 'README.md'
99
- 'documentation/**'
10+
- 'examples/**'
1011
pull_request:
1112
branches:
1213
- master
1314
paths-ignore:
1415
- 'README.md'
1516
- 'documentation/**'
17+
- 'examples/**'
1618

1719
jobs:
1820
mamonsu-tests:
@@ -23,7 +25,7 @@ jobs:
2325
strategy:
2426
matrix:
2527
docker_os: ['ubuntu:20.04', 'centos:7']
26-
zabbix_version: ['4.0.36', '4.4.10', '5.0.18', '5.4.8']
28+
zabbix_version: ['4.0.38', '5.0.20', '5.4.10', '6.0.0']
2729
pg_version: ['9.6', '10', '11', '12', '13', '14']
2830
exclude:
2931
# excludes PG 9.6 on CentOS 8

0 commit comments

Comments
 (0)