Skip to content

Commit 9030a0c

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Test Windows with opcache on GitHub actions
2 parents a45bef0 + 6b88473 commit 9030a0c

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
@@ -169,8 +169,10 @@ jobs:
169169
include:
170170
- x64: true
171171
zts: false
172+
opcache: true
172173
- x64: false
173174
zts: true
175+
opcache: false
174176
name: "WINDOWS_${{ matrix.x64 && 'X64' || 'X86' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
175177
runs-on: windows-2019
176178
env:
@@ -183,6 +185,7 @@ jobs:
183185
THREAD_SAFE: "${{ matrix.zts && '1' || '0' }}"
184186
INTRINSICS: "${{ matrix.zts && 'AVX2' || '' }}"
185187
PARALLEL: -j2
188+
OPCACHE: "${{ matrix.opcache && '1' || '0' }}"
186189
steps:
187190
- name: git config
188191
run: git config --global core.autocrlf false && git config --global core.eol lf

0 commit comments

Comments
 (0)