diff options
author | Anatol Belski <ab@php.net> | 2017-05-15 17:48:29 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-05-15 17:48:29 +0200 |
commit | b067bda4cd7d92c71788a7f0403a457279d70f72 (patch) | |
tree | aba803ace87e82d2461f28aa7b7d3195e4994294 | |
parent | 42e5df141c2eeddb04ceb68bdc041850d2ba52cb (diff) | |
parent | 777929b1aef20140857d4ce5f1ab5e21c8d0aea0 (diff) | |
download | php-git-b067bda4cd7d92c71788a7f0403a457279d70f72.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
switch to Postgres 9.6 for appveyor
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |