Skip to content

Commit 342ad6a

Browse files
committed
Bump ruby from 3.1 to 3.2
1 parent 6e1123f commit 342ad6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: ruby/setup-ruby@v1
1212
with:
13-
ruby-version: 3.1
13+
ruby-version: 3.2
1414
bundler-cache: true
1515
- name: Jekyll Build
1616
run: bundle exec jekyll build
@@ -24,7 +24,7 @@ jobs:
2424
submodules: true
2525
- uses: ruby/setup-ruby@v1
2626
with:
27-
ruby-version: 3.1
27+
ruby-version: 3.2
2828
bundler-cache: true
2929
- name: Doc Build
3030
run: rake build

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Ruby
1212
uses: ruby/setup-ruby@v1
1313
with:
14-
ruby-version: 3.1
14+
ruby-version: 3.2
1515
bundler-cache: true
1616
- name: Jekyll Build
1717
run: bundle exec jekyll build

0 commit comments

Comments
 (0)