Skip to content

Commit 41144d1

Browse files
committed
cicd: fix pg_version parameter
1 parent 7fa00ed commit 41144d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
exclude:
3333
# excludes PG 15, 16 on CentOS
3434
- docker_os: 'centos:7'
35-
pg_version: ['15', '16']
35+
pg_version: '15'
36+
- docker_os: 'centos:7'
37+
pg_version: '16'
3638

3739
steps:
3840
- name: Checkout mamonsu repo

0 commit comments

Comments
 (0)