Added Postgres 15 to CI

This commit is contained in:
Andrew Kane
2022-10-14 13:42:04 -07:00
parent 66a31bef36
commit 9a58ee609a
4 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
use PostgreSQL::Test::Cluster;
sub get_new_node
{
return PostgreSQL::Test::Cluster->new(@_);
}
1;