Skip to content

Commit

Permalink
CI against Ruby 3.1, 3.2, 3.3 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
ytkg authored Feb 21, 2024
1 parent 99f5454 commit 59ad875
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
ruby: [ ruby-2.5, ruby-2.6, ruby-2.7, ruby-3.0, jruby-9.2 ]
ruby: [ ruby-2.5, ruby-2.6, ruby-2.7, ruby-3.0, ruby-3.1, ruby-3.2, ruby-3.3, jruby-9.2 ]
os: [ ubuntu-latest, windows-latest ]
exclude:
# TODO(ixti): fails because it can't find spec files o_O
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ versions:
* Ruby 2.6
* Ruby 2.7
* Ruby 3.0
* Ruby 3.1
* Ruby 3.2
* Ruby 3.3
* JRuby 9.2

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

0 comments on commit 59ad875

Please sign in to comment.