Skip to content

Commit 3aa424e

Browse files
committed
cicd: excluded pg15 for centos7
1 parent 8b416bf commit 3aa424e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/mamonsu-tests-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
docker_os: ['centos:7']
3030
zabbix_version: ['6.2.6']
31-
pg_version: ['11', '12', '13', '14', '15']
31+
pg_version: ['11', '12', '13', '14']
3232

3333
steps:
3434
- name: Checkout mamonsu repo

.github/workflows/mamonsu-tests-master.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
docker_os: ['ubuntu:20.04', 'centos:7']
3030
zabbix_version: ['4.0.44', '4.4.10', '5.0.30', '5.4.12', '6.0.12', '6.2.6']
3131
pg_version: ['11', '12', '13', '14', '15']
32+
exclude:
33+
# excludes PG 15 on CentOS
34+
- docker_os: 'centos:7'
35+
pg_version: '15'
3236

3337
steps:
3438
- name: Checkout mamonsu repo

0 commit comments

Comments
 (0)