File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1919 build :
2020 runs-on : ubuntu-latest
2121
22- strategy :
23- matrix :
24- ruby : [2.7, 3]
25-
2622 steps :
2723 - name : Checkout
2824 uses : actions/checkout@v4
3228 - name : Setup Ruby
3329 uses : ruby/setup-ruby@v1
3430 with :
35- ruby-version : ${{ matrix.ruby }}
31+ ruby-version : 3
3632 bundler-cache : true
3733
3834 - name : Setup Node
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ Gem::Specification.new do |spec|
2323 "plugin_type" => "theme"
2424 }
2525
26- spec . required_ruby_version = ">= 2.6 "
26+ spec . required_ruby_version = ">= 3.0 "
2727
2828 spec . add_runtime_dependency "jekyll" , "~> 4.3"
2929 spec . add_runtime_dependency "jekyll-paginate" , "~> 1.1"
3030 spec . add_runtime_dependency "jekyll-redirect-from" , "~> 0.16"
31- spec . add_runtime_dependency "jekyll-seo-tag" , "~> 2.7 "
31+ spec . add_runtime_dependency "jekyll-seo-tag" , "~> 2.8 "
3232 spec . add_runtime_dependency "jekyll-archives" , "~> 2.2"
3333 spec . add_runtime_dependency "jekyll-sitemap" , "~> 1.4"
3434 spec . add_runtime_dependency "jekyll-include-cache" , "~> 0.2"
You can’t perform that action at this time.
0 commit comments