Skip to content

Commit 9982e42

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Test Windows with opcache on GitHub actions
2 parents 78937c9 + 9030a0c commit 9982e42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,10 @@ jobs:
171171
include:
172172
- x64: true
173173
zts: false
174+
opcache: true
174175
- x64: false
175176
zts: true
177+
opcache: false
176178
name: "WINDOWS_${{ matrix.x64 && 'X64' || 'X86' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
177179
runs-on: windows-2019
178180
env:
@@ -185,6 +187,7 @@ jobs:
185187
THREAD_SAFE: "${{ matrix.zts && '1' || '0' }}"
186188
INTRINSICS: "${{ matrix.zts && 'AVX2' || '' }}"
187189
PARALLEL: -j2
190+
OPCACHE: "${{ matrix.opcache && '1' || '0' }}"
188191
steps:
189192
- name: git config
190193
run: git config --global core.autocrlf false && git config --global core.eol lf

0 commit comments

Comments
 (0)