From 777929b1aef20140857d4ce5f1ab5e21c8d0aea0 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 15 May 2017 17:47:41 +0200 Subject: [PATCH] switch to Postgres 9.6 for appveyor --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index f38743887a..9dc974636e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -43,7 +43,7 @@ environment: services: # the setup scripts have to be touched, once some other db version is used - mysql - - postgresql95 + - postgresql96 platform: - x64 -- 2.49.0