Skip to content

Commit

Permalink
Add JRuby 9.4.8.0 integration tests
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mhashizume committed Oct 25, 2024
1 parent eca23ba commit 4ad5c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- {os: ubuntu-latest, ruby: '2.7'}
- {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3
- {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
- {os: ubuntu-latest, ruby: 'jruby-9.4.8.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 4ad5c6c

Please sign in to comment.