Skip to content

Commit 8046990

Browse files
committed
Log JRuby version string
1 parent 949155d commit 8046990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
ruby-version: ${{ matrix.ruby }}
2525
- name: Build and test with rake
2626
run: |
27+
ruby -v
2728
ruby extconf.rb
2829
make
2930
gem install rspec

0 commit comments

Comments
 (0)