We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e01f9 commit d5b3233Copy full SHA for d5b3233
.github/workflows/ruby.yml
@@ -23,10 +23,10 @@ jobs:
23
- name: Set up Ruby
24
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
25
# change this to (see https://github.com/ruby/setup-ruby#versioning):
26
- # uses: ruby/setup-ruby@v1
27
- uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
+ uses: ruby/setup-ruby@v1
+ # uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
28
with:
29
- ruby-version: 2.6
+ ruby-version: 2.7
30
- name: Install dependencies
31
run: bundle install
32
- name: Run tests
0 commit comments