Skip to content

Commit

Permalink
OS matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alphp committed Nov 27, 2024
1 parent 228479f commit 346820e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ jobs:
shell: cmd
strategy:
matrix:
os: [ windows-2019, windows-2022 ]
version: ['8.0', '8.1', '8.2', '8.3', '8.4']
arch: [x64, x86]
ts: [ts, nts]
runs-on: windows-latest
exclude:
- { os: windows-2019, php: "8.3" }
- { os: windows-2019, php: "8.2" }
- { os: windows-2019, php: "8.1" }
- { os: windows-2019, php: "8.0" }
runs-on: windows
steps:
- name: Checkout pcov
uses: actions/checkout@v4
Expand Down

0 comments on commit 346820e

Please sign in to comment.