diff options
author | Anatol Belski <ab@php.net> | 2018-03-29 18:31:17 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2018-03-29 18:31:17 +0200 |
commit | cc7b4b7e520dda66092dd9e4dc1de8944a082d75 (patch) | |
tree | 49d2f89a04c041a23b64deabea6ad853e2468bfb /.appveyor.yml | |
parent | c4a2824cb4ee248e88c2e13ef3f90dbdb748f362 (diff) | |
download | php-git-cc7b4b7e520dda66092dd9e4dc1de8944a082d75.tar.gz |
Switch to PostgreSQL 10 for AppVeyor tests
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 6e9bf68312..6c6f84825e 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 - - postgresql96 + - postgresql101 - mssql2017 platform: |