We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea83aaa commit 4625b8aCopy full SHA for 4625b8a
.github/workflows/test.yml
@@ -15,6 +15,8 @@ jobs:
15
16
- name: Setup Ruby
17
uses: ruby/setup-ruby@v1
18
+ with:
19
+ ruby-version: 2.7.1
20
21
- name: Install Ruby Dependencies
22
run: bundle install --path vendor/bundle
0 commit comments