Skip to content

Commit cf30549

Browse files
cmb69m6w6
authored andcommitted
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.
1 parent 6195727 commit cf30549

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-windows.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ jobs:
77
shell: cmd
88
strategy:
99
matrix:
10-
version: ['8.3']
10+
version: ['8.3', '8.4']
1111
arch: [x64, x86]
1212
ts: [nts, zts]
13+
exclude:
14+
- { version: '8.4', arch: x64, ts: zts }
15+
- { version: '8.4', arch: x86, ts: nts }
16+
- { version: '8.4', arch: x86, ts: zts }
1317
runs-on: windows-latest
1418
steps:
1519
- name: Checkout memcached

0 commit comments

Comments
 (0)