Skip to content

Commit

Permalink
reduce windows matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
YO4 committed Oct 20, 2024
1 parent b811349 commit c624107
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,22 @@ jobs:
matrix:
os: [ windows-2019, windows-2022 ]
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
console: [ conhost, legacy-conhost, 1.21, 1.22preview, canary ]
console: [ conhost, legacy-conhost, stable ]
exclude:
- console: 1.21
os: windows-2019
- console: 1.22preview
os: windows-2019
- console: canary
os: windows-2019
- ruby: 2.5
- ruby: 2.6
console: legacy-conhost
- ruby: 2.7
console: legacy-conhost
include:
- os: windows-2022
ruby: 3.3
console: preview
- os: windows-2022
ruby: 3.3
console: canary
defaults:
run:
shell: bash
Expand Down

0 comments on commit c624107

Please sign in to comment.