Skip to content

Commit d04567b

Browse files
committed
Switch to Ruby 4.0
1 parent b7be2f7 commit d04567b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ jobs:
3636
- name: Checkout
3737
uses: actions/checkout@v4
3838
- name: Setup Ruby
39-
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
40-
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
39+
uses: ruby/setup-ruby@v1
4140
with:
42-
ruby-version: '3.4' # Not needed with a .ruby-version file
41+
ruby-version: '4.0' # Not needed with a .ruby-version file
4342
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4443
cache-version: 0 # Increment this number if you need to re-download cached gems
4544
- name: Setup Pages

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ jobs:
88
strategy:
99
matrix:
1010
ruby:
11-
- "3.2"
12-
- "3.3"
13-
- "3.4"
11+
- "3.2" # Mar 2026
12+
- "3.3" # Mar 2027
13+
- "3.4" # Mar 2028
14+
- "4.0" # Mar 2029
1415
steps:
1516
- uses: actions/checkout@v5
1617
- name: Set up Ruby
@@ -35,6 +36,6 @@ jobs:
3536
- name: Set up Ruby
3637
uses: ruby/setup-ruby@v1
3738
with:
38-
ruby-version: "3.4"
39+
ruby-version: "4.0"
3940
bundler-cache: true
4041
- uses: rubygems/release-gem@v1

0 commit comments

Comments
 (0)