Skip to content

Commit 7a5c566

Browse files
authored
Merge pull request #30 from carpentries-incubator/tp/issue_29
Bump ruby version from 2.7 to 3.1.
2 parents c076fdd + 62e5546 commit 7a5c566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: '2.7'
22+
ruby-version: '3.1'
2323
bundler-cache: true
2424

2525
- name: Set up Python

0 commit comments

Comments
 (0)