]> granicus.if.org Git - php/commitdiff
switch to Postgres 9.6 for appveyor
authorAnatol Belski <ab@php.net>
Mon, 15 May 2017 15:47:41 +0000 (17:47 +0200)
committerAnatol Belski <ab@php.net>
Mon, 15 May 2017 15:47:41 +0000 (17:47 +0200)
.appveyor.yml

index f38743887a538038375529fe092c0bb63023f25a..9dc974636e10584c5159a206f52a9cf5fc6b80f6 100644 (file)
@@ -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