From 6328d736eac5d00317820baa1d20ece799c2a86b Mon Sep 17 00:00:00 2001 From: Renato Arruda Date: Mon, 8 Jan 2024 08:01:35 +0100 Subject: [PATCH] chore: add ruby 3.3 support in gh actions (#163) --- .github/workflows/pull_request.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e962a28..1fb45f8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -31,6 +31,7 @@ jobs: - jruby-9.4 - jruby-9.3 - jruby-9.2 + - 3.3 - 3.2 - 3.1 - '3.0' diff --git a/README.md b/README.md index dd5b712..5e0de46 100644 --- a/README.md +++ b/README.md @@ -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