Skip to content

Commit f226089

Browse files
committed
Appveyor: switch master to VS 2019
1 parent 242b554 commit f226089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: "{branch}.build.{build}"
22

3-
image: Visual Studio 2017
3+
image: Visual Studio 2019
44

55
branches:
66
except:
@@ -24,7 +24,7 @@ environment:
2424
PHP_BUILD_OBJ_DIR: c:\obj
2525
PHP_BUILD_CACHE_SDK_DIR: c:\build-cache\sdk
2626
PHP_BUILD_SDK_BRANCH: php-sdk-2.2.0
27-
PHP_BUILD_CRT: vc15
27+
PHP_BUILD_CRT: vs16
2828
# ext and env setup for tests
2929
#MYSQL_TEST_PASSWD: Password12!
3030
#MYSQL_TEST_USER: root

0 commit comments

Comments
 (0)