Skip to content

Commit

Permalink
chore: add ruby 3.2 support in gh actions
Browse files Browse the repository at this point in the history
and document that it is a supported version
  • Loading branch information
rarruda committed Dec 26, 2022
1 parent c1c6109 commit c4f6b49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- jruby-9.4
- jruby-9.3
- jruby-9.2
- 3.2
- 3.1
- '3.0'
- 2.7
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Leverage the [Unleash Server](https://github.com/Unleash/unleash) for powerful f

## Supported Ruby Interpreters

* MRI 3.2
* MRI 3.1
* MRI 3.0
* MRI 2.7
Expand Down

0 comments on commit c4f6b49

Please sign in to comment.