File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,16 @@ jobs:
89
89
fail-fast : false
90
90
matrix :
91
91
include :
92
- - zts : false
92
+ - x64 : false
93
+ zts : false
93
94
opcache : false
94
- - zts : true
95
+ - x64 : false
96
+ zts : true
97
+ opcache : true
98
+ - x64 : true
99
+ zts : false
95
100
opcache : true
96
- name : " WINDOWS_X64_ ${{ matrix.zts && 'ZTS' || 'NTS' }}_${{ matrix.opcache && 'wOPcache' || 'woOPcache' }}"
101
+ name : " WINDOWS_${{ matrix.x64 && 'X64' || 'X86' }}_ ${{ matrix.zts && 'ZTS' || 'NTS' }}_${{ matrix.opcache && 'wOPcache' || 'woOPcache' }}"
97
102
runs-on : windows-2019
98
103
env :
99
104
APPVEYOR_BUILD_FOLDER : " ${{ github.workspace }}"
@@ -103,7 +108,7 @@ jobs:
103
108
PHP_BUILD_CACHE_SDK_DIR : c:\build-cache\sdk
104
109
PHP_BUILD_SDK_BRANCH : php-sdk-2.2.0
105
110
PHP_BUILD_CRT : vs16
106
- PLATFORM : x64
111
+ PLATFORM : ${{ matrix. x64 && 'x64' || 'x86' }}
107
112
THREAD_SAFE : " ${{ matrix.zts && '1' || '' }}"
108
113
OPCACHE : " ${{ matrix.opcache && '1' || '' }}"
109
114
PARALLEL : -j2
You can’t perform that action at this time.
0 commit comments