Skip to content

Commit

Permalink
update Ruby to version 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Dec 14, 2023
1 parent e90dc2d commit 53d89fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2
- name: Install reapack-index
run: gem install reapack-index --pre
- name: Validate packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2
- name: Install reapack-index
run: gem install reapack-index --pre
- name: Update index.xml
Expand Down

0 comments on commit 53d89fb

Please sign in to comment.