Skip to content

Commit

Permalink
Update: bump Ruby to 3.3 (#335)
Browse files Browse the repository at this point in the history
Seems 3.0 is too old for latest Jekyll
  • Loading branch information
TrueBrain authored Dec 27, 2024
1 parent 3c639dc commit 0bcc0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: '3.3'
bundler-cache: true

- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: '3.3'
bundler-cache: true

- name: Set up Python
Expand Down

0 comments on commit 0bcc0be

Please sign in to comment.