Skip to content

Commit

Permalink
Fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jul 13, 2024
1 parent 5afe2ee commit 1d80077
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
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" }
- { os: windows-2019, version: "8.3" }
- { os: windows-2019, version: "8.2" }
- { os: windows-2019, version: "8.1" }
- { os: windows-2019, version: "8.0" }
- { os: windows-2022, version: "7.4" }
- { os: windows-2022, version: "7.3" }
- { os: windows-2022, version: "7.2" }
runs-on: ${{matrix.os}}
steps:
- name: Checkout apcu
Expand Down

0 comments on commit 1d80077

Please sign in to comment.