From 48fc983cb3a21af72d535aab5462603f75e2f500 Mon Sep 17 00:00:00 2001 From: Renato Arruda Date: Tue, 4 Jan 2022 12:06:55 +0100 Subject: [PATCH] chore: add ruby 3.1 support in gh actions and document that it is a supported version --- .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 09a80502..618e74a5 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -16,6 +16,7 @@ jobs: - macos ruby-version: - jruby + - 3.1 - 3.0 - 2.7 - 2.6 diff --git a/README.md b/README.md index 4ded7181..c0711782 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.1 * MRI 3.0 * MRI 2.7 * MRI 2.6