File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,33 +4,33 @@ branches:
44 only :
55 - master
66
7- image : Visual Studio 2017
7+ image : Visual Studio 2022
88
99clone_folder : c:\projects\php-ds
1010
1111environment :
12- PHP_SDK_BINARY_TOOLS_VER : php-sdk-2.1.1
12+ PHP_SDK_BINARY_TOOLS_VER : php-sdk-2.6.0
1313
1414 matrix :
1515 - ARCH : x86
1616 INT_SIZE : 32
1717 PHP_VER : 8.5
18- VC_VER : vc15
18+ VC_VER : vs17
1919 ZTS : --enable-zts
2020 - ARCH : x64
2121 INT_SIZE : 64
2222 PHP_VER : 8.5
23- VC_VER : vc15
23+ VC_VER : vs17
2424 ZTS : --enable-zts
2525 - ARCH : x86
2626 INT_SIZE : 32
2727 PHP_VER : 8.5
28- VC_VER : vc15
28+ VC_VER : vs17
2929 ZTS : --disable-zts
3030 - ARCH : x64
3131 INT_SIZE : 64
3232 PHP_VER : 8.5
33- VC_VER : vc15
33+ VC_VER : vs17
3434 ZTS : --disable-zts
3535
3636install :
@@ -41,9 +41,9 @@ install:
4141
4242build_script :
4343- cmd : >-
44- "C:\Program Files (x86) \Microsoft Visual Studio\2017 \Community\VC\Auxiliary\Build\vcvarsall.bat" %ARCH%
44+ "C:\Program Files\Microsoft Visual Studio\2022 \Community\VC\Auxiliary\Build\vcvarsall.bat" %ARCH%
4545
46- wget https://github.com/OSTC /php-sdk-binary-tools/archive/%PHP_SDK_BINARY_TOOLS_VER%.zip --no-check-certificate -q -O php-sdk-binary-tools-%PHP_SDK_BINARY_TOOLS_VER%.zip
46+ wget https://github.com/php /php-sdk-binary-tools/archive/refs/tags/ %PHP_SDK_BINARY_TOOLS_VER%.zip -q -O php-sdk-binary-tools-%PHP_SDK_BINARY_TOOLS_VER%.zip
4747
4848 7z x -y php-sdk-binary-tools-%PHP_SDK_BINARY_TOOLS_VER%.zip -oC:\projects
4949
You can’t perform that action at this time.
0 commit comments