Skip to content

Commit

Permalink
(PA-5723) Update JRuby in tests to 9.3.y.z
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mhashizume committed Sep 5, 2023
1 parent 3d4c34b commit 1aaa724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down

0 comments on commit 1aaa724

Please sign in to comment.