Skip to content

Commit 775d8aa

Browse files
committed
cicd: add Postgres 17 to test matrix
1 parent 29961c2 commit 775d8aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/mamonsu-tests-dev.yml

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
- docker_os: 'centos:8'
3737
pg_version: '16'
3838
zabbix_version: '6.4.13'
39+
- docker_os: 'centos:8'
40+
pg_version: '17'
41+
zabbix_version: '6.4.13'
42+
- docker_os: 'ubuntu:22.04'
43+
pg_version: '17'
44+
zabbix_version: '6.4.13'
3945
- docker_os: 'ubuntu:24.04'
4046
pg_version: '16'
4147
zabbix_version: '6.4.13'

0 commit comments

Comments
 (0)