mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-03-22 10:58:14 +00:00
ci: update ruby version to 3.4
Ruby 3.1 and 3.2 are now EOL See: https://www.ruby-lang.org/en/downloads/branches/
This commit is contained in:
2
.github/workflows/starter/pages-deploy.yml
vendored
2
.github/workflows/starter/pages-deploy.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.3
|
||||
ruby-version: 3.4
|
||||
bundler-cache: true
|
||||
|
||||
- name: Build site
|
||||
|
||||
Reference in New Issue
Block a user