From 38b500842276acbec4478e506b7ce9dc89fe4375 Mon Sep 17 00:00:00 2001 From: Michael Hashizume Date: Fri, 26 Jul 2024 10:58:36 -0700 Subject: [PATCH] Update JRuby to 9.4.8.0 Puppetserver recently updated the JRuby version used in the 8.x stream from JRuby 9.4.7.0 to 9.4.8.0: puppetlabs/jruby-utils@0e23173 This commit updates Facter's tests to JRuby 9.4.8.0 to match. --- .github/workflows/unit_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 5d9100be9f..cd0ee2bc5f 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -23,7 +23,7 @@ jobs: - '3.0' - '3.2' - 'jruby-9.3.14.0' - - 'jruby-9.4.7.0' + - 'jruby-9.4.8.0' runs-on: ubuntu-20.04 steps: - name: Checkout current PR