Skip to content

Commit

Permalink
Revert "chore: use ruby version 2.6"
Browse files Browse the repository at this point in the history
This reverts commit d7ef7c0.
  • Loading branch information
JevanWu committed Feb 28, 2024
1 parent 201b1a8 commit 5525264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7
bundler-cache: true

- name: Test Site
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7
bundler-cache: true

- name: Deploy
Expand Down

0 comments on commit 5525264

Please sign in to comment.