Skip to content

Commit 7237ffb

Browse files
committed
Use Ruby 3.1 for latest railsdoc build
1 parent a38965b commit 7237ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Jekyll Build
1616
run: bundle exec jekyll build
1717

18-
doc-build:
18+
doc-build-latest:
1919
runs-on: ubuntu-latest
2020
name: Rails Doc Build
2121
steps:
@@ -24,7 +24,7 @@ jobs:
2424
submodules: true
2525
- uses: ruby/setup-ruby@v1
2626
with:
27-
ruby-version: 2.7
27+
ruby-version: 3.1
2828
bundler-cache: true
2929
- name: Doc Build
3030
run: |

0 commit comments

Comments
 (0)