Skip to content

Commit 9aaa6c7

Browse files
authored
Update JRuby version to jruby-9.4.10.0 in GitHub Actions to fix failing tests
1 parent 81d5e5c commit 9aaa6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a
4343
with:
4444
bundler-cache: true
45-
ruby-version: jruby-head
45+
ruby-version: jruby-9.4.10.0
4646
- name: Install dependencies
4747
run: bundle install
4848
- name: Run tests

0 commit comments

Comments
 (0)