Skip to content

Commit d5b3233

Browse files
committed
updated ruby.yml
1 parent 15e01f9 commit d5b3233

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- name: Set up Ruby
2424
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
2525
# change this to (see https://github.com/ruby/setup-ruby#versioning):
26-
# uses: ruby/setup-ruby@v1
27-
uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
26+
uses: ruby/setup-ruby@v1
27+
# uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
2828
with:
29-
ruby-version: 2.6
29+
ruby-version: 2.7
3030
- name: Install dependencies
3131
run: bundle install
3232
- name: Run tests

0 commit comments

Comments
 (0)