From 620b9b369d6047445f31ca18345f41612fa4d2db Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 22 Dec 2017 23:12:27 +0100 Subject: [PATCH] Switch AppVeyor to PostgreSQL 10 for tests --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0d312ca8baa..f04853de9b3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -42,7 +42,7 @@ environment: services: # the setup scripts have to be touched, once some other db version is used - mysql - - postgresql96 + - postgresql10 platform: - x64