We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5732d commit 4d50984Copy full SHA for 4d50984
2 files changed
.github/workflows/ci.yml
@@ -21,7 +21,9 @@ jobs:
21
- ruby-3.1
22
- ruby-3.2
23
- ruby-3.3
24
- - jruby-9.3.0
+ - ruby-3.4
25
+ - jruby-9.4.12
26
+ - jruby-10.0.0
27
os: [ ubuntu-latest ]
28
runs-on: ${{ matrix.os }}
29
steps:
README.md
@@ -52,7 +52,9 @@ versions:
52
* Ruby 3.1
53
* Ruby 3.2
54
* Ruby 3.3
55
-* JRuby 9.3
+* Ruby 3.4
56
+* JRuby 9.4
57
+* JRuby 10.0
58
59
If something doesn't work on one of these versions, it's a bug.
60
0 commit comments