Skip to content

Commit 038ea93

Browse files
committed
Update JRuby to 9.3.14.0
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.
1 parent 465c119 commit 038ea93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/integration_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cfg:
2121
- {os: ubuntu-latest, ruby: '2.7'}
2222
- {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3
23-
- {os: ubuntu-22.04, ruby: 'jruby-9.3.9.0'}
23+
- {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
2424
- {os: windows-2019, ruby: '2.7'}
2525
- {os: windows-2019, ruby: '3.2'} # with openssl 3
2626
runs-on: ${{ matrix.cfg.os }}

0 commit comments

Comments
 (0)