Skip to content

Commit c5888d4

Browse files
committed
Update JRuby to 9.4.8.0
Puppetserver recently updated the JRuby version used in the 8.x stream from JRuby 9.4.7.0 to 9.4.8.0: puppetlabs/jruby-utils@0e23173 This commit updates Facter's tests to JRuby 9.4.8.0 to match.
1 parent 9143fe9 commit c5888d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- '3.0'
2424
- '3.2'
2525
- 'jruby-9.3.15.0'
26-
- 'jruby-9.4.7.0'
26+
- 'jruby-9.4.8.0'
2727
runs-on: ubuntu-20.04
2828
steps:
2929
- name: Checkout current PR

0 commit comments

Comments
 (0)