Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ environment:
matrix:
- ARCH: x86
INT_SIZE: 32
PHP_VER: 8.4
PHP_VER: 8.5
VC_VER: vc15
ZTS: --enable-zts
- ARCH: x64
INT_SIZE: 64
PHP_VER: 8.4
PHP_VER: 8.5
VC_VER: vc15
ZTS: --enable-zts
- ARCH: x86
INT_SIZE: 32
PHP_VER: 8.4
PHP_VER: 8.5
VC_VER: vc15
ZTS: --disable-zts
- ARCH: x64
INT_SIZE: 64
PHP_VER: 8.4
PHP_VER: 8.5
VC_VER: vc15
ZTS: --disable-zts

Expand Down
Loading