Skip to content

Commit 89c0bb1

Browse files
authored
Add support for Zabbix version 7.4 in CI workflow
1 parent 825b4fb commit 89c0bb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
- version: "7.2"
5757
suffix: "-latest"
5858
postgress_version: "16-alpine"
59+
- version: "7.4"
60+
suffix: "-latest"
61+
postgress_version: "16-alpine"
5962

6063
name: "Zabbix ${{ matrix.zabbix.version }} Integration Tests"
6164

0 commit comments

Comments
 (0)