]> granicus.if.org Git - php/commitdiff
Switch AppVeyor to PostgreSQL 10 for tests
authorAnatol Belski <ab@php.net>
Fri, 22 Dec 2017 22:12:27 +0000 (23:12 +0100)
committerAnatol Belski <ab@php.net>
Fri, 22 Dec 2017 22:13:28 +0000 (23:13 +0100)
.appveyor.yml

index 0d312ca8baac6c3da9ba16cfeb525f33922b08d3..f04853de9b3ce71dd57e17a7a57f0f35f6a427ae 100644 (file)
@@ -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