Skip to content

Commit cb949d6

Browse files
committed
use ruby version from matrix
1 parent c08763b commit cb949d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ruby.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121
- uses: ruby/setup-ruby@v1
22-
with: { ruby-version: 2.6 }
22+
with:
23+
ruby-version: ${{ matrix.ruby }}
24+
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2325

2426
- uses: actions/cache@v2
2527
id: cache

0 commit comments

Comments
 (0)