Skip to content

Commit

Permalink
Exclude latest windows & Ruby 3.4 on CI (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored Dec 28, 2024
1 parent dd3b36e commit cda767b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
ruby: truffleruby
- os: windows-latest
ruby: truffleruby-head
# Remove it once https://github.com/ruby/setup-ruby/issues/680 is fixed
- os: windows-latest
ruby: 3.4
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4 # v3.3.0
Expand Down

0 comments on commit cda767b

Please sign in to comment.