Skip to content

Commit

Permalink
update to ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-in-136 committed Aug 18, 2024
1 parent 0815321 commit 58be89f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Generate document
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Generate document
Expand Down

0 comments on commit 58be89f

Please sign in to comment.