Skip to content

Commit c8f55e8

Browse files
committed
✅ CI: Mark ruby head on windows as "experimental"
Currently, it looks like irb can't be installed on window on ruby head. This is most likely a temporary issue. But IMO, it's not a significant enough issue to fail the build (which cancels all of the other jobs).
1 parent 6038c31 commit c8f55e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2121
os: [ ubuntu-latest, macos-latest, windows-latest ]
2222
experimental: [false]
23+
exclude:
24+
- { ruby: head, os: windows-latest }
25+
include:
26+
- { ruby: head, os: windows-latest, experimental: true }
2327
runs-on: ${{ matrix.os }}
2428
continue-on-error: ${{ matrix.experimental }}
2529
steps:

0 commit comments

Comments
 (0)