Skip to content

Commit 4344d6c

Browse files
author
omars44
committed
ci-windows-tests: add architectures and php versions
1 parent 88a530c commit 4344d6c

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.github/workflows/windows.yml renamed to .github/workflows/windows-test.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
name: Windows
2-
on: [push]
1+
name: Windows (tests)
2+
on:
3+
pull_request:
4+
branches:
5+
- "master"
6+
push:
7+
tags:
8+
- "*"
9+
branches:
10+
- "master"
311

412
jobs:
513
windows:
@@ -8,9 +16,10 @@ jobs:
816
shell: cmd
917
strategy:
1018
matrix:
11-
version: ['7.4', '8.2']
12-
arch: [x64]
13-
ts: [ts]
19+
fail-fast: false
20+
version: ["7.4", "8.0", "8.1", "8.2", "8.3"]
21+
arch: [x64, x86]
22+
ts: [ts, nts]
1423
experimental: [false]
1524

1625
runs-on: windows-2019

0 commit comments

Comments
 (0)