mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Add PostgreSQL versions to Debian VMs for testing.
This commit is contained in:
parent
c94e52f697
commit
b1efd598cf
@ -80,6 +80,10 @@
|
||||
<release-item>
|
||||
<p>Convert config and page checksum tests into C unit tests.</p>
|
||||
</release-item>
|
||||
|
||||
<release-item>
|
||||
<p>Add <postgres/> versions to Debian VMs for testing.</p>
|
||||
</release-item>
|
||||
</release-refactor-list>
|
||||
</release-test-list>
|
||||
</release>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user