Skip to content

Commit 61190aa

Browse files
committed
PHPC-1504: Add PHP 7.4 to AppVeyor build matrix
This adds x64 and x86 with and without ZTS for PHP 7.4, and reduces PHP 7.3 to x64 with and without ZTS.
1 parent d729406 commit 61190aa

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.appveyor.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,36 @@ environment:
1313
SDK_BRANCH: php-sdk-2.1.1
1414

1515
matrix:
16-
- PHP_REL: 7.3
16+
- PHP_REL: 7.4
1717
ARCHITECTURE: x64
1818
ZTS_STATE: enable
1919
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
2020
PHP_BUILD_CRT: vc15
21-
- PHP_REL: 7.3
21+
- PHP_REL: 7.4
2222
ARCHITECTURE: x64
2323
ZTS_STATE: disable
2424
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
2525
PHP_BUILD_CRT: vc15
26-
- PHP_REL: 7.3
26+
- PHP_REL: 7.4
2727
ARCHITECTURE: x86
2828
ZTS_STATE: enable
2929
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
3030
PHP_BUILD_CRT: vc15
31-
- PHP_REL: 7.3
31+
- PHP_REL: 7.4
3232
ARCHITECTURE: x86
3333
ZTS_STATE: disable
3434
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
3535
PHP_BUILD_CRT: vc15
36+
- PHP_REL: 7.3
37+
ARCHITECTURE: x64
38+
ZTS_STATE: enable
39+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
40+
PHP_BUILD_CRT: vc15
41+
- PHP_REL: 7.3
42+
ARCHITECTURE: x64
43+
ZTS_STATE: disable
44+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
45+
PHP_BUILD_CRT: vc15
3646
- PHP_REL: 7.2
3747
ARCHITECTURE: x64
3848
ZTS_STATE: enable

0 commit comments

Comments
 (0)