Skip to content

Commit

Permalink
Set ruby-version to 3.2 since latest doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Dec 17, 2023
1 parent 2c9d3f8 commit f56f07c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: latest
ruby-version: 3.2
bundler-cache: true
rubygems: latest
- name: Run Danger
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: latest
ruby-version: 3.2
bundler-cache: true
rubygems: latest

Expand Down

0 comments on commit f56f07c

Please sign in to comment.