From 9406ce2c86eeaf536e2bc0c7411d617cc96eeab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20L=2E=20Charlier?= Date: Sun, 29 Oct 2023 20:11:30 +0100 Subject: [PATCH] ci: bump from postgresql 13 to postgresql 15 (#603) --- DubUrl.QA/Postgresql/deploy-postgresql-test-env.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DubUrl.QA/Postgresql/deploy-postgresql-test-env.ps1 b/DubUrl.QA/Postgresql/deploy-postgresql-test-env.ps1 index bd8eb5dc..45a8b390 100644 --- a/DubUrl.QA/Postgresql/deploy-postgresql-test-env.ps1 +++ b/DubUrl.QA/Postgresql/deploy-postgresql-test-env.ps1 @@ -1,6 +1,6 @@ Param( [switch] $force=$false - , $databaseService= "postgresql-x64-13" + , $databaseService= "postgresql-x64-15" , [string] $config = "Release" , [string[]] $frameworks = @("net6.0", "net7.0") )