Skip to content

Commit bec6e90

Browse files
committed
cicd: upgraded PG default version
1 parent a191424 commit bec6e90

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: github-actions-tests/mamonsu_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# default parameters:
44
OS="centos:7"
5-
PG_VERSION="12"
5+
PG_VERSION="14"
66

77
for i in "$@"
88
do

Diff for: github-actions-tests/pg_install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
OS="centos:7"
55
PACKAGE_MANAGER_INSTALL="sudo yum -y install"
66
REPO=${PACKAGE_MANAGER_INSTALL}" https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm"
7-
PG_VERSION="12"
7+
PG_VERSION="14"
88

99
for i in "$@"
1010
do

Diff for: github-actions-tests/pg_remove.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# default parameters:
44
OS="centos"
55
PACKAGE_MANAGER_REMOVE="sudo yum -y remove"
6-
PG_VERSION="12"
6+
PG_VERSION="14"
77
PG_PATH="/usr/lib/postgresql/9.6/bin/"
88

99
for i in "$@"

Diff for: github-actions-tests/tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# default parameters:
44
OS="centos:7"
5-
PG_VERSION="12"
5+
PG_VERSION="14"
66

77
for i in "$@"
88
do

0 commit comments

Comments
 (0)