Skip to content

Commit 4ad5c6c

Browse files
committed
Add JRuby 9.4.8.0 integration tests
Facter currently runs integration tests against JRuby 9.3.14.0, which is the version of Ruby that puppetserver 7 uses. However, puppetserver 8 runs on JRuby 9.4.8.0 and Facter does not run integration tests against that version. This commit adds integration tests on JRuby 9.4.8.0.
1 parent eca23ba commit 4ad5c6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- {os: ubuntu-latest, ruby: '2.7'}
2222
- {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3
2323
- {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
24+
- {os: ubuntu-latest, ruby: 'jruby-9.4.8.0'}
2425
- {os: windows-2019, ruby: '2.7'}
2526
- {os: windows-2019, ruby: '3.2'} # with openssl 3
2627
runs-on: ${{ matrix.cfg.os }}

0 commit comments

Comments
 (0)