Skip to content

Commit 1b82ee8

Browse files
committed
CI against the latest stable JRuby version
JRuby 10 has been released
1 parent c592668 commit 1b82ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
run: bundle exec rake internal_investigation
3939

4040
jruby:
41-
name: JRuby 9.4
41+
name: JRuby
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: checkout
4545
uses: actions/checkout@v5
4646
- name: set up Ruby
4747
uses: ruby/setup-ruby@v1
4848
with:
49-
ruby-version: jruby-9.4
49+
ruby-version: jruby # Latest stable JRuby version
5050
bundler-cache: true
5151
- name: spec
5252
run: bundle exec rake spec

0 commit comments

Comments
 (0)