Skip to content

Commit cda767b

Browse files
authored
Exclude latest windows & Ruby 3.4 on CI (#1260)
1 parent dd3b36e commit cda767b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
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)