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 authored and mstyushin committed Apr 2, 2024
1 parent 4ea3ff2 commit b7857b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mamonsu-tests-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
exclude:
# excludes PG 15, 16 on CentOS
- docker_os: 'centos:7'
pg_version: ['15', '16']
pg_version: '15'
- docker_os: 'centos:7'
pg_version: '16'

steps:
- name: Checkout mamonsu repo
Expand Down

0 comments on commit b7857b1

Please sign in to comment.