1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-03-22 02:48:15 +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:
Cotes Chung
2026-03-15 19:57:33 +08:00
parent 6afe5a6d7b
commit 8893a98191
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.4
bundler-cache: true
- uses: actions/setup-node@v6

View File

@@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
ruby: ["3.1", "3.2", "3.3"]
ruby: ["3.3", "3.4"]
steps:
- name: Checkout

View File

@@ -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