From 1aaa724f6ee9f27d12ebd0711c39362a80bf0a8f Mon Sep 17 00:00:00 2001 From: Michael Hashizume Date: Wed, 12 Jul 2023 10:32:10 -0700 Subject: [PATCH] (PA-5723) Update JRuby in tests to 9.3.y.z Puppetserver upgraded from the JRuby 9.2.y.z series to JRuby 9.3.y.z as part of SERVER-3133. This commit updates the JRuby version used in Rspec tests to match the most recent JRuby version used in the Puppetserver 7.x series. --- .github/workflows/rspec_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rspec_tests.yaml b/.github/workflows/rspec_tests.yaml index 7f2dba5efb3..b6e6c2efe05 100644 --- a/.github/workflows/rspec_tests.yaml +++ b/.github/workflows/rspec_tests.yaml @@ -20,7 +20,7 @@ jobs: - {os: ubuntu-latest, ruby: '2.6'} - {os: ubuntu-latest, ruby: '2.7'} - {os: ubuntu-latest, ruby: '3.0'} - - {os: ubuntu-latest, ruby: 'jruby-9.2.21.0'} + - {os: ubuntu-latest, ruby: 'jruby-9.3.9.0'} - {os: windows-2019, ruby: '2.5'} - {os: windows-2019, ruby: '2.6'} - {os: windows-2019, ruby: '2.7'}