Skip to content

Commit

Permalink
Update JRuby to 9.3.14.0
Browse files Browse the repository at this point in the history
Puppetserver uses JRuby 9.3.14.0 in the 7.x stream. We use that version
of JRuby in unit tests, but we use an older version in integration
tests.

This commit updates integration tests from JRuby 9.3.9.0 to 9.3.14.0.
  • Loading branch information
mhashizume committed Jul 29, 2024
1 parent 465c119 commit 038ea93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cfg:
- {os: ubuntu-latest, ruby: '2.7'}
- {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3
- {os: ubuntu-22.04, ruby: 'jruby-9.3.9.0'}
- {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
- {os: windows-2019, ruby: '2.7'}
- {os: windows-2019, ruby: '3.2'} # with openssl 3
runs-on: ${{ matrix.cfg.os }}
Expand Down

0 comments on commit 038ea93

Please sign in to comment.