Update version of Ruby in GitHub Actions

This commit is contained in:
raimon
2022-03-30 20:08:16 +09:00
parent 0a0ff4538c
commit 90c7f97616

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7
- name: Install dependencies
run: bundle install
- name: Run tests