Skip to content

Commit d271b1b

Browse files
committed
Add support for PostgreSQL 14
1 parent d1df94a commit d271b1b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Current PostgreSQL versions available:
1515
* 10
1616
* 11
1717
* 12
18+
* 13
19+
* 14
1820

1921
# Building images
2022

manage_images

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SCRIPT=$(basename ${0})
88

99
# Supported distributions and PostgreSQL versions
1010
SUPPORTEDDISTROS="centos7 ubuntu18.04 ubuntu20.04"
11-
SUPPORTEDPGVERS="9.3 9.4 9.5 9.6 10 11 12 13"
11+
SUPPORTEDPGVERS="9.3 9.4 9.5 9.6 10 11 12 13 14"
1212

1313
# Parameters for docker
1414
GID=$(id -G|cut -d' ' -f1)

0 commit comments

Comments
 (0)