Skip to content

Commit 22979be

Browse files
committed
Test each combination of x64/x86 and ZTS for PHP 7.1
1 parent 61190aa commit 22979be

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ environment:
5858
ZTS_STATE: enable
5959
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
6060
PHP_BUILD_CRT: vc14
61+
- PHP_REL: 7.1
62+
ARCHITECTURE: x64
63+
ZTS_STATE: disable
64+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
65+
PHP_BUILD_CRT: vc14
66+
- PHP_REL: 7.1
67+
ARCHITECTURE: x86
68+
ZTS_STATE: enable
69+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
70+
PHP_BUILD_CRT: vc14
6171
- PHP_REL: 7.1
6272
ARCHITECTURE: x86
6373
ZTS_STATE: disable

0 commit comments

Comments
 (0)