mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
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:
committed by
Michael Wallner
parent
61957273e3
commit
cf30549f25
6
.github/workflows/build-windows.yml
vendored
6
.github/workflows/build-windows.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user