From 026e4f2142a51dfde1e8bbe6754e039e5994a23b Mon Sep 17 00:00:00 2001 From: Renato Arruda Date: Sat, 26 Nov 2022 00:20:27 +0100 Subject: [PATCH 1/2] chore: add support for jruby 9.4 --- .github/workflows/pull_request.yml | 3 ++- README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ab9f9984..94638e33 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -28,8 +28,9 @@ jobs: - ubuntu - macos ruby-version: - - jruby-9.2 + - jruby-9.4 - jruby-9.3 + - jruby-9.2 - 3.1 - '3.0' - 2.7 diff --git a/README.md b/README.md index deaaf28b..9faf5ca5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Leverage the [Unleash Server](https://github.com/Unleash/unleash) for powerful f * MRI 2.7 * MRI 2.6 * MRI 2.5 + * jruby 9.4 * jruby 9.3 * jruby 9.2 From 42ac009c5cf86c0e2eac0294865827cf4870a048 Mon Sep 17 00:00:00 2001 From: Renato Arruda Date: Sat, 26 Nov 2022 00:25:16 +0100 Subject: [PATCH 2/2] chore: update gha checkout action --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 94638e33..445a840c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -38,7 +38,7 @@ jobs: - 2.5 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: