Skip to content

Commit

Permalink
Add windows-2022 to test matrix
Browse files Browse the repository at this point in the history
Also skip running php-8.4 on windows-2019 because of possible problems
  • Loading branch information
bix0r committed Dec 5, 2024
1 parent 381180a commit c32d6f8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ jobs:
version: ["7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
arch: [x64, x86]
ts: [ts, nts]
experimental: [false]
os: [windows-2019, windows-2022]
exclude:
- { os: windows-2019, version: "8.4" }
- { os: windows-2022, version: "7.4" }

runs-on: windows-2019
runs-on: ${{matrix.os}}
steps:
- name: Checkout the code
uses: actions/checkout@v2
Expand All @@ -35,6 +38,7 @@ jobs:
arch: ${{matrix.arch}}
ts: ${{matrix.ts}}
deps: 'libxml2,libcurl,libiconv,libssh2,openssl,nghttp2'
cache: true

- name: Enable Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit c32d6f8

Please sign in to comment.