Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rtheunissen authored Dec 19, 2023
1 parent daf9b1e commit 54432fd
Showing 1 changed file with 4 additions and 4 deletions.
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: 7.3
PHP_VER: 8.3
VC_VER: vc15
ZTS: --enable-zts
- ARCH: x64
INT_SIZE: 64
PHP_VER: 7.3
PHP_VER: 8.3
VC_VER: vc15
ZTS: --enable-zts
- ARCH: x86
INT_SIZE: 32
PHP_VER: 7.3
PHP_VER: 8.3
VC_VER: vc15
ZTS: --disable-zts
- ARCH: x64
INT_SIZE: 64
PHP_VER: 7.3
PHP_VER: 8.3
VC_VER: vc15
ZTS: --disable-zts

Expand Down

0 comments on commit 54432fd

Please sign in to comment.