Skip to content

Commit

Permalink
cicd: add Postgres 17 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mstyushin committed Oct 14, 2024
1 parent 29961c2 commit 775d8aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mamonsu-tests-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
- docker_os: 'centos:8'
pg_version: '16'
zabbix_version: '6.4.13'
- docker_os: 'centos:8'
pg_version: '17'
zabbix_version: '6.4.13'
- docker_os: 'ubuntu:22.04'
pg_version: '17'
zabbix_version: '6.4.13'
- docker_os: 'ubuntu:24.04'
pg_version: '16'
zabbix_version: '6.4.13'
Expand Down

0 comments on commit 775d8aa

Please sign in to comment.