Skip to content

Commit a714a5a

Browse files
committed
Announce Ruby version.
1 parent c10a69f commit a714a5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
uses: ruby/setup-ruby@v1
4141
with:
4242
ruby-version: ${{ matrix.ruby }}
43+
run: ruby --version
4344
- name: Install dependencies
4445
run: bundle install --jobs 4 --retry 3
4546
- name: Run tests

0 commit comments

Comments
 (0)