1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-16 09:06:18 +02:00

Update container images to PostgreSQL 12 GA.

This commit is contained in:
David Steele
2019-10-12 11:26:13 -04:00
parent 397a41e0f9
commit a2fa1d04b0
4 changed files with 22 additions and 14 deletions

View File

@@ -163,6 +163,8 @@ my $oyVm =
PG_VERSION_95,
PG_VERSION_96,
PG_VERSION_10,
PG_VERSION_11,
PG_VERSION_12,
],
&VM_DB_TEST =>
@@ -193,6 +195,8 @@ my $oyVm =
PG_VERSION_95,
PG_VERSION_96,
PG_VERSION_10,
PG_VERSION_11,
PG_VERSION_12,
],
&VM_DB_TEST =>
@@ -277,6 +281,7 @@ my $oyVm =
PG_VERSION_96,
PG_VERSION_10,
PG_VERSION_11,
PG_VERSION_12,
],
&VM_DB_TEST =>
@@ -336,6 +341,7 @@ my $oyVm =
PG_VERSION_96,
PG_VERSION_10,
PG_VERSION_11,
PG_VERSION_12,
],
&VM_DB =>
@@ -366,6 +372,7 @@ my $oyVm =
PG_VERSION_96,
PG_VERSION_10,
PG_VERSION_11,
PG_VERSION_12,
],
&VM_DB_TEST =>
@@ -421,6 +428,11 @@ my $oyVm =
&VM_DB =>
[
PG_VERSION_94,
PG_VERSION_95,
PG_VERSION_96,
PG_VERSION_10,
PG_VERSION_11,
PG_VERSION_12,
],