diff options
| author | Anatol Belski <ab@php.net> | 2018-02-02 14:09:44 +0100 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2018-02-02 14:09:44 +0100 |
| commit | e9ae821abd94a0d33117b2dcba98b4a2c82e9686 (patch) | |
| tree | 8c728b400ff3c943ea0e7b840c3b7e224a30cd64 /.appveyor.yml | |
| parent | 674c1ea7dc02e12ec54bca4bdd49bf5beffd380b (diff) | |
| parent | b7575758a91c4c0609c2085363065e6d17d1de9d (diff) | |
| download | php-git-e9ae821abd94a0d33117b2dcba98b4a2c82e9686.tar.gz | |
Merge branch 'PHP-7.2'
* PHP-7.2:
Switch to the new PHP SDK version on AppVeyor
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 b2f6484de7..3bb3636c97 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -23,7 +23,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.0.13 + PHP_BUILD_SDK_BRANCH: php-sdk-2.1.0 PHP_BUILD_CRT: vc15 # ext and env setup for tests #MYSQL_TEST_PASSWD: Password12! |
