Skip to content

Commit 776cd67

Browse files
committed
Update JRuby to 9.3 to support Ruby 2.6 syntax
1 parent 48fc40d commit 776cd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
strategy:
144144
fail-fast: false
145145
matrix:
146-
ruby: ['2.6', 'jruby-9.2.19.0']
146+
ruby: ['2.6', 'jruby-9.3.0.0']
147147
steps:
148148
- uses: actions/checkout@v2
149149
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)