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

PostgreSQL 11 Beta 1 support.

This commit is contained in:
David Steele
2018-06-05 08:59:17 -04:00
parent e57840d739
commit d309a85b51
9 changed files with 31 additions and 4 deletions

View File

@@ -243,12 +243,14 @@ my $oyVm =
PG_VERSION_94,
PG_VERSION_95,
PG_VERSION_10,
PG_VERSION_11,
],
&VM_DB_TEST =>
[
PG_VERSION_94,
PG_VERSION_10,
PG_VERSION_11,
],
},
};