Skip to content

Commit 4625b8a

Browse files
committed
Use ruby 2.7.1
1 parent ea83aaa commit 4625b8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
- name: Setup Ruby
1717
uses: ruby/setup-ruby@v1
18+
with:
19+
ruby-version: 2.7.1
1820

1921
- name: Install Ruby Dependencies
2022
run: bundle install --path vendor/bundle

0 commit comments

Comments
 (0)