Skip to content

Commit f9e7c25

Browse files
committed
Use Ruby 3.1 for jekyll-build
1 parent 71a6a00 commit f9e7c25

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: CI
2+
23
on: [pull_request]
4+
35
jobs:
46
jekyll-build:
57
runs-on: ubuntu-latest
@@ -8,10 +10,11 @@ jobs:
810
- uses: actions/checkout@v2
911
- uses: ruby/setup-ruby@v1
1012
with:
11-
ruby-version: 3.0
13+
ruby-version: 3.1
1214
bundler-cache: true
1315
- name: Jekyll Build
1416
run: bundle exec jekyll build
17+
1518
doc-build:
1619
runs-on: ubuntu-latest
1720
name: Rails Doc Build

0 commit comments

Comments
 (0)