Skip to content

Commit 94a3374

Browse files
committed
Exclude latest windows & Ruby 3.4 on CI
1 parent dd3b36e commit 94a3374

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
ruby: truffleruby
2626
- os: windows-latest
2727
ruby: truffleruby-head
28+
# Remove it once https://github.com/ruby/setup-ruby/issues/680 is fixed
29+
- os: windows-latest
30+
ruby: 3.4
2831
runs-on: ${{ matrix.os }}
2932
steps:
3033
- uses: actions/checkout@v4 # v3.3.0

0 commit comments

Comments
 (0)