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
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Ruby - name: Set up Ruby
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
ruby-version: 2.6 ruby-version: 2.7
- name: Install dependencies - name: Install dependencies
run: bundle install run: bundle install
- name: Run tests - name: Run tests