diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-08-27 13:34:35 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-08-27 13:34:35 +0200 |
commit | 88ab3746278c1e52aaba4dce264ae61431f94024 (patch) | |
tree | 11b89a69a92995362af3d7a515930c16c2206f0f | |
parent | 589542f50cbaf2bfc88aea79092df9db54f75ac6 (diff) | |
download | php-git-88ab3746278c1e52aaba4dce264ae61431f94024.tar.gz |
Update SDK version for AppVeyor
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 34ccce6462..892cf9326a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,7 +16,7 @@ environment: PHP_BUILD_CACHE_BASE_DIR: c:\build-cache PHP_BUILD_OBJ_DIR: c:\obj PHP_BUILD_CACHE_SDK_DIR: c:\build-cache\sdk - PHP_BUILD_SDK_BRANCH: php-sdk-2.2.0beta6 + PHP_BUILD_SDK_BRANCH: php-sdk-2.2.0 PHP_BUILD_CRT: vc15 # ext and env setup for tests #MYSQL_TEST_PASSWD: Password12! |