Skip to content

Commit

Permalink
Add Puppet Server 8.x JRuby to unit tests
Browse files Browse the repository at this point in the history
This commit adds JRuby 9.4.7.0 to unit tests, which is the same version
of JRuby that Puppet Server 8.x uses. (See:
puppetlabs/jruby-utils@1180711.)
  • Loading branch information
mhashizume committed May 21, 2024
1 parent c9cda48 commit 970dbd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- '3.0'
- '3.2'
- 'jruby-9.3.14.0'
- 'jruby-9.4.7.0'
runs-on: ubuntu-20.04
steps:
- name: Checkout current PR
Expand Down

0 comments on commit 970dbd1

Please sign in to comment.