Skip to content

Commit

Permalink
Update: bump Ruby to 3.3 (#56)
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 15, 2024
1 parent 4125310 commit 77c5e02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
fetch-depth: 0

- name: Set up Ruby 3.0
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0' # Not needed with a .ruby-version file
ruby-version: '3.3'
bundler-cache: true

- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Ruby 3.0
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0' # Not needed with a .ruby-version file
ruby-version: '3.3'
bundler-cache: true

- name: Build
Expand Down

0 comments on commit 77c5e02

Please sign in to comment.