Skip to content

Commit a86d8c5

Browse files
committed
Use Ruby 3.1 for GHA builds
1 parent fd57b62 commit a86d8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Ruby
1414
uses: ruby/setup-ruby@v1
1515
with:
16-
ruby-version: 2.7
16+
ruby-version: 3.1
1717
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
1818

1919
- name: Build book

0 commit comments

Comments
 (0)