Skip to content

Commit 0bcc0be

Browse files
authored
Update: bump Ruby to 3.3 (#335)
Seems 3.0 is too old for latest Jekyll
1 parent 3c639dc commit 0bcc0be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Ruby
4141
uses: ruby/setup-ruby@v1
4242
with:
43-
ruby-version: 3.0
43+
ruby-version: '3.3'
4444
bundler-cache: true
4545

4646
- name: Set up Python

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Ruby
3232
uses: ruby/setup-ruby@v1
3333
with:
34-
ruby-version: 3.0
34+
ruby-version: '3.3'
3535
bundler-cache: true
3636

3737
- name: Set up Python

0 commit comments

Comments
 (0)