Skip to content

Commit

Permalink
Bump GH action to JRuby 9.3.14.0
Browse files Browse the repository at this point in the history
JRuby 9.3.11.0 added support for passing a string to StringScanner#scan,
which rexml 3.2.7 and up rely on.

We're currently shipping puppetserver with 9.3.14, so bump to that version.
  • Loading branch information
joshcooper committed May 20, 2024
1 parent 5adfc41 commit 88da888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- '2.7'
- '3.0'
- '3.2'
- 'jruby-9.3.9.0'
- 'jruby-9.3.14.0'
runs-on: ubuntu-20.04
steps:
- name: Checkout current PR
Expand Down

0 comments on commit 88da888

Please sign in to comment.