Skip to content

Commit

Permalink
Merge pull request #24 from carpentries-incubator/tp/bump_ruby_3_1
Browse files Browse the repository at this point in the history
Bump ruby version from 2.7 to 3.1.
  • Loading branch information
tompollard authored Mar 27, 2024
2 parents 9f0cc38 + d37f01b commit 1994b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.1'
bundler-cache: true

- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.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.1'
bundler-cache: true

- name: Set up Python
Expand Down

0 comments on commit 1994b09

Please sign in to comment.