From f18c36b4025f36aa7519862641ee0a7930c6af3c Mon Sep 17 00:00:00 2001 From: Michael Hashizume Date: Mon, 20 May 2024 14:16:19 -0700 Subject: [PATCH] Add Puppet Server 8.x JRuby to unit tests This commit adds JRuby 9.4.7.0 to unit tests, which is the same version of JRuby that Puppet Server 8.x uses. (See: puppetlabs/jruby-utils@1180711.) --- .github/workflows/unit_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index dd8b40859d..e37b9a4dfe 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -23,6 +23,7 @@ jobs: - '3.0' - '3.2' - 'jruby-9.3.14.0' + - 'jruby-9.4.7.0' runs-on: ubuntu-20.04 steps: - name: Checkout current PR