Skip to content

Commit

Permalink
ci-windows-tests: add architectures and php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
omars44 committed Dec 3, 2023
1 parent 88a530c commit 4344d6c
Showing 1 changed file with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Windows
on: [push]
name: Windows (tests)
on:
pull_request:
branches:
- "master"
push:
tags:
- "*"
branches:
- "master"

jobs:
windows:
Expand All @@ -8,9 +16,10 @@ jobs:
shell: cmd
strategy:
matrix:
version: ['7.4', '8.2']
arch: [x64]
ts: [ts]
fail-fast: false
version: ["7.4", "8.0", "8.1", "8.2", "8.3"]
arch: [x64, x86]
ts: [ts, nts]
experimental: [false]

runs-on: windows-2019
Expand Down

0 comments on commit 4344d6c

Please sign in to comment.