Test PHP 8.4 on Windows, too

While caching speeds up the Windows builds, allocating an available
runner takes some time (especially for many pushes in a short time).
Thus we only build PHP 8.4 x64,zts, which should already suffice to
detect most issues.
This commit is contained in:
Christoph M. Becker
2024-09-30 13:20:10 +02:00
committed by Michael Wallner
parent 61957273e3
commit cf30549f25

View File

@@ -7,9 +7,13 @@ jobs:
shell: cmd
strategy:
matrix:
version: ['8.3']
version: ['8.3', '8.4']
arch: [x64, x86]
ts: [nts, zts]
exclude:
- { version: '8.4', arch: x64, ts: zts }
- { version: '8.4', arch: x86, ts: nts }
- { version: '8.4', arch: x86, ts: zts }
runs-on: windows-latest
steps:
- name: Checkout memcached