Skip to content

Commit

Permalink
Update JRuby to 9.3 to support Ruby 2.6 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Oct 11, 2021
1 parent 48fc40d commit 776cd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.6', 'jruby-9.2.19.0']
ruby: ['2.6', 'jruby-9.3.0.0']
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 776cd67

Please sign in to comment.