Skip to content

Commit 502b83b

Browse files
committed
Add more platforms for JRuby CI
1 parent b1cc126 commit 502b83b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,12 @@ jobs:
3434
- { os: ubuntu-latest , ruby: 3.4, env: "JSON_DEBUG=1" }
3535
- { os: macos-13, ruby: 3.4 }
3636
- { os: windows-latest , ruby: mswin } # ruby/ruby windows CI
37+
- { os: macos-latest , ruby: jruby-9.4 } # Ruby 3.1
3738
- { os: ubuntu-latest , ruby: jruby-9.4 } # Ruby 3.1
3839
- { os: macos-latest , ruby: truffleruby-head }
3940
- { os: ubuntu-latest , ruby: truffleruby-head }
40-
exclude:
41-
- { os: windows-latest, ruby: jruby }
42-
- { os: windows-latest, ruby: jruby-head }
4341

44-
steps:
42+
steps:
4543
- uses: actions/checkout@v5
4644

4745
- name: Set up Ruby

0 commit comments

Comments
 (0)