Skip to content

Commit 973b6d8

Browse files
committed
cicd: excluded PG 9.6 from MASTER build
1 parent 575df7c commit 973b6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
docker_os: ['ubuntu:20.04', 'centos:7', 'centos:8']
2020
zabbix_version: ['4.0', '5.0', '5.4']
21-
pg_version: ['9.6', '10', '11', '12', '13', '14']
21+
pg_version: ['10', '11', '12', '13', '14']
2222

2323
steps:
2424
- name: Checkout Mamonsu repo

0 commit comments

Comments
 (0)