From: Christoph M. Becker Date: Wed, 9 Oct 2019 07:03:32 +0000 (+0200) Subject: Appveyor: switch master to VS 2019 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f22608913c702366d4656f98be26633cd086a4db;p=php Appveyor: switch master to VS 2019 --- diff --git a/.appveyor.yml b/.appveyor.yml index 61a2fc175c..97034c7c43 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,6 +1,6 @@ version: "{branch}.build.{build}" -image: Visual Studio 2017 +image: Visual Studio 2019 branches: except: @@ -24,7 +24,7 @@ environment: PHP_BUILD_OBJ_DIR: c:\obj PHP_BUILD_CACHE_SDK_DIR: c:\build-cache\sdk PHP_BUILD_SDK_BRANCH: php-sdk-2.2.0 - PHP_BUILD_CRT: vc15 + PHP_BUILD_CRT: vs16 # ext and env setup for tests #MYSQL_TEST_PASSWD: Password12! #MYSQL_TEST_USER: root