Skip to content

Commit

Permalink
chore: add ruby 3.3 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 Jan 2, 2024
1 parent dbe2851 commit 202f5f0
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
Expand Up @@ -31,6 +31,7 @@ jobs:
- jruby-9.4
- jruby-9.3
- jruby-9.2
- 3.3
- 3.2
- 3.1
- '3.0'
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -10,6 +10,7 @@ Leverage the [Unleash Server](https://github.com/Unleash/unleash) for powerful f

## Supported Ruby Interpreters

* MRI 3.3
* MRI 3.2
* MRI 3.1
* MRI 3.0
Expand Down

0 comments on commit 202f5f0

Please sign in to comment.