Skip to content

Commit

Permalink
Try to fix windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jul 13, 2024
1 parent 9dad016 commit 5afe2ee
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,19 @@ jobs:
shell: cmd
strategy:
matrix:
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
arch: [x64]
ts: [nts, ts]
runs-on: windows-latest
version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
arch: [x64]
ts: [nts, ts]
os: [windows-2019, windows-2022]
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" }
- { os: windows-2022, php: "7.4" }
- { os: windows-2022, php: "7.3" }
- { os: windows-2022, php: "7.2" }
runs-on: ${{matrix.os}}
steps:
- name: Checkout apcu
uses: actions/checkout@v4
Expand Down

0 comments on commit 5afe2ee

Please sign in to comment.