Skip to content

Commit

Permalink
cicd: add ubuntu 24.04 to the master tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mstyushin committed Apr 18, 2024
1 parent 904046c commit 3dc18b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mamonsu-tests-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- docker_os: 'ubuntu:20.04'
pg_version: '15'
zabbix_version: '6.4.13'
- docker_os: 'ubuntu:24.04'
pg_version: '16'
zabbix_version: '6.4.13'
exclude:
# excludes PG 15, 16 on CentOS
- docker_os: 'centos:7'
Expand Down

0 comments on commit 3dc18b1

Please sign in to comment.