Skip to content

Commit 4d50984

Browse files
herwinwtarcieri
andauthored
Add Ruby 3.4 to the test matrix (#242)
Co-authored-by: Tony Arcieri <bascule@gmail.com>
1 parent 8c5732d commit 4d50984

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- ruby-3.1
2222
- ruby-3.2
2323
- ruby-3.3
24-
- jruby-9.3.0
24+
- ruby-3.4
25+
- jruby-9.4.12
26+
- jruby-10.0.0
2527
os: [ ubuntu-latest ]
2628
runs-on: ${{ matrix.os }}
2729
steps:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ versions:
5252
* Ruby 3.1
5353
* Ruby 3.2
5454
* Ruby 3.3
55-
* JRuby 9.3
55+
* Ruby 3.4
56+
* JRuby 9.4
57+
* JRuby 10.0
5658

5759
If something doesn't work on one of these versions, it's a bug.
5860

0 commit comments

Comments
 (0)