Skip to content

Commit

Permalink
Use JRuby 9.2.14.0
Browse files Browse the repository at this point in the history
The latest version of JRuby, 9.2.15.0, has a bug that prevents it from calling
"racc" command.
  • Loading branch information
aycabta committed Mar 11, 2021
1 parent c54c426 commit f308e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ 'jruby-9.2', 'head', '3.0', '2.7', '2.6', '2.5', '2.4' ]
ruby: [ 'jruby-9.2.14.0', 'head', '3.0', '2.7', '2.6', '2.5', '2.4' ]
steps:
- uses: actions/checkout@master
- name: Set up Ruby
Expand Down

0 comments on commit f308e98

Please sign in to comment.