Skip to content

Commit

Permalink
cicd: fix pg_version parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
cuprumtan committed Jan 11, 2024
1 parent b1e53cf commit 7fa00ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mamonsu-tests-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
matrix:
docker_os: ['centos:7']
zabbix_version: ['6.2.6']
pg_version: ['11', '12', '13', '14']
pg_version: ['12', '13', '14', '15', '16']

steps:
- name: Checkout mamonsu repo
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mamonsu-tests-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
matrix:
docker_os: ['ubuntu:20.04', 'centos:7']
zabbix_version: ['4.0.44', '4.4.10', '5.0.30', '5.4.12', '6.0.12', '6.2.6']
pg_version: ['11', '12', '13', '14', '15']
pg_version: ['12', '13', '14', '15', '16']
exclude:
# excludes PG 15 on CentOS
# excludes PG 15, 16 on CentOS
- docker_os: 'centos:7'
pg_version: '15'
pg_version: ['15', '16']

steps:
- name: Checkout mamonsu repo
Expand Down

0 comments on commit 7fa00ed

Please sign in to comment.