We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1c8fb commit 67849cfCopy full SHA for 67849cf
.github/workflows/ruby.yml
@@ -55,7 +55,7 @@ jobs:
55
# uses: ruby/setup-ruby@v1
56
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
57
with:
58
- ruby-version: ${{ matrix.ruby-version }}
+ ruby-version: ${{ matrix.ruby }}
59
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
60
- name: Run tests
61
run: bundle exec rake
0 commit comments