Skip to content

Commit

Permalink
Merge pull request #170 from ruby/ci-use-latest-jruby
Browse files Browse the repository at this point in the history
CI: Use JRuby 9.2.19.0
  • Loading branch information
hsbt committed Sep 15, 2021
2 parents 69be19c + c2e4428 commit c5f516b
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: [ '3.0', 2.7, 2.6, 2.5, head, jruby-9.2.17.0, jruby-head ]
ruby: [ '3.0', 2.7, 2.6, 2.5, head, jruby-9.2.19.0, jruby-head ]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit c5f516b

Please sign in to comment.