Skip to content

Commit 6b88473

Browse files
committed
Test Windows with opcache on GitHub actions
Fixes GH-10777
1 parent 2922d67 commit 6b88473

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

+3
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,10 @@ jobs:
162162
include:
163163
- x64: true
164164
zts: false
165+
opcache: true
165166
- x64: false
166167
zts: true
168+
opcache: false
167169
name: "WINDOWS_${{ matrix.x64 && 'X64' || 'X86' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
168170
runs-on: windows-2019
169171
env:
@@ -176,6 +178,7 @@ jobs:
176178
THREAD_SAFE: "${{ matrix.zts && '1' || '0' }}"
177179
INTRINSICS: "${{ matrix.zts && 'AVX2' || '' }}"
178180
PARALLEL: -j2
181+
OPCACHE: "${{ matrix.opcache && '1' || '0' }}"
179182
steps:
180183
- name: git config
181184
run: git config --global core.autocrlf false && git config --global core.eol lf

0 commit comments

Comments
 (0)