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

Add PostgreSQL versions to Debian VMs for testing.

This commit is contained in:
David Steele
2017-10-16 18:21:47 -04:00
parent c94e52f697
commit b1efd598cf
2 changed files with 14 additions and 0 deletions

View File

@@ -138,6 +138,11 @@ my $oyVm =
&VM_IMAGE => 'debian:8',
&VMDEF_PGSQL_BIN => '/usr/lib/postgresql/{[version]}/bin',
&VMDEF_PERL_ARCH_PATH => '/usr/local/lib/x86_64-linux-gnu/perl/5.20.2',
&VM_DB =>
[
PG_VERSION_95,
],
},
# Debian 9
@@ -149,6 +154,11 @@ my $oyVm =
&VM_IMAGE => 'debian:9',
&VMDEF_PGSQL_BIN => '/usr/lib/postgresql/{[version]}/bin',
&VMDEF_PERL_ARCH_PATH => '/usr/local/lib/x86_64-linux-gnu/perl/5.24.1',
&VM_DB =>
[
PG_VERSION_96,
],
},
# Ubuntu 12.04