Skip to content

Commit 8a4ed71

Browse files
committed
reduce windows matrix
1 parent 3adce06 commit 8a4ed71

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/workflows/y.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,20 @@ jobs:
5252
matrix:
5353
os: [ windows-2019, windows-2022 ]
5454
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
55-
console: [ conhost, legacy-conhost, 1.21, 1.22preview, canary ]
55+
console: [ conhost, legacy-conhost, stable ]
5656
exclude:
57-
- console: 1.21
58-
os: windows-2019
59-
- console: 1.22preview
60-
os: windows-2019
61-
- console: canary
57+
- ruby: 2.5
58+
- console: stable
6259
os: windows-2019
60+
- console: legacy-conhost
61+
os: windows-2022
62+
include:
63+
- os: windows-2022
64+
ruby: 3.3
65+
console: preview
66+
- os: windows-2022
67+
ruby: 3.3
68+
console: canary
6369
defaults:
6470
run:
6571
shell: bash

0 commit comments

Comments
 (0)