Skip to content

Commit 071e695

Browse files
committed
ci: update to jruby 9.4
jruby/jruby#7481 is fixed in 9.4.1.0
1 parent 23db047 commit 071e695

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci-test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
# TODO update jruby once 9.4.1.0 is out
35-
# 9.4.0.0 is affected by https://github.com/jruby/jruby/issues/7481
36-
ruby-version: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "head", "jruby-9.3", "truffleruby-head"]
34+
ruby-version: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "head", "jruby-9.4", "truffleruby-head"]
3735

3836
runs-on: ubuntu-latest
3937
steps:

0 commit comments

Comments
 (0)