Skip to content

Commit 7f1ee6a

Browse files
authored
Merge pull request #310 from stesie/appveyor-php7.1
(appveyor) Build with PHP 7.1.4 also
2 parents fe2e188 + c3689f2 commit 7f1ee6a

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

appveyor.yml

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
environment:
22
matrix:
3-
- ARTIFACT_NAME: v8js_vc14_php7_%Platform%_ts.zip
3+
- ARTIFACT_NAME: v8js_vc14_php-7.1_%Platform%_ts.zip
44
OUTDIR: Release_TS
55
V8_ASSETS: V8-5.8.283.31-%Platform%.zip
6-
- ARTIFACT_NAME: v8js_vc14_php7_%Platform%_nts.zip
6+
PHP_VERSION: 7.1.4
7+
- ARTIFACT_NAME: v8js_vc14_php-7.1_%Platform%_nts.zip
78
OUTDIR: Release
89
CONFIGURE_EXTRA: --disable-zts
910
V8_ASSETS: V8-5.8.283.31-%Platform%.zip
11+
PHP_VERSION: 7.1.4
12+
- ARTIFACT_NAME: v8js_vc14_php-7.0_%Platform%_ts.zip
13+
OUTDIR: Release_TS
14+
V8_ASSETS: V8-5.8.283.31-%Platform%.zip
15+
PHP_VERSION: 7.0.18
16+
- ARTIFACT_NAME: v8js_vc14_php-7.0_%Platform%_nts.zip
17+
OUTDIR: Release
18+
CONFIGURE_EXTRA: --disable-zts
19+
V8_ASSETS: V8-5.8.283.31-%Platform%.zip
20+
PHP_VERSION: 7.0.18
1021

11-
PHP_VERSION: 7.0.18
1222
PHP_SDK: c:\projects\php-sdk
1323

1424
os: Windows Server 2012

0 commit comments

Comments
 (0)