Skip to content

Commit 16569f2

Browse files
committed
Upgrade Ruby from 2.6 to 3.0
1 parent 07c3934 commit 16569f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/jekyll.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
npm install
1717
1818
# Ruby-specific steps
19-
- name: Set up Ruby 2.6
19+
- name: Set up Ruby 3.0
2020
uses: ruby/setup-ruby@ece82769428359c077b5a5eaff268902a303c101
2121
with:
22-
ruby-version: 2.6.x
22+
ruby-version: '3.0'
2323
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2424
- name: Build and test with Rake
2525
run: bundle exec rake

0 commit comments

Comments
 (0)