You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-09-16 09:06:18 +02:00
PostgreSQL 10 support.
This commit is contained in:
@@ -166,6 +166,7 @@ my $oyVm =
|
||||
PG_VERSION_83,
|
||||
PG_VERSION_84,
|
||||
PG_VERSION_92,
|
||||
PG_VERSION_93,
|
||||
],
|
||||
},
|
||||
|
||||
@@ -197,8 +198,15 @@ my $oyVm =
|
||||
|
||||
&VM_DB =>
|
||||
[
|
||||
PG_VERSION_93,
|
||||
PG_VERSION_94,
|
||||
PG_VERSION_95,
|
||||
PG_VERSION_10,
|
||||
],
|
||||
|
||||
&VM_DB_TEST =>
|
||||
[
|
||||
PG_VERSION_94,
|
||||
PG_VERSION_10,
|
||||
],
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user