build: soft deprecate old rubies (#10016) · jekyll/jekyll...
mattr-
·
2026-09-18
·
via Recent Commits to jekyll:master
| Original file line number | Diff line number | Diff line change |
|---|
@@ -22,10 +22,6 @@ jobs:
|
22 | 22 | fail-fast: false |
23 | 23 | matrix: |
24 | 24 | ruby: |
25 | | - - label: Ruby 2.7 |
26 | | -version: "2.7" |
27 | | - - label: Ruby 3.3 |
28 | | -version: "3.3" |
29 | 25 | - label: Ruby 3.4 |
30 | 26 | version: "3.4" |
31 | 27 | os: |
@@ -66,15 +62,15 @@ jobs:
|
66 | 62 | script_file: "default-site" |
67 | 63 | ruby_version: "jruby-9.4.8.0" |
68 | 64 | - job_name: "Profile Docs Site" |
69 | | -setup_label: "Ruby 2.7" |
| 65 | +setup_label: "Ruby 3.4" |
70 | 66 | step_name: "Build and Profile docs site" |
71 | 67 | script_file: "profile-docs" |
72 | | -ruby_version: "2.7" |
| 68 | +ruby_version: "3.4" |
73 | 69 | - job_name: "Style Check" |
74 | | -setup_label: "Ruby 2.7" |
| 70 | +setup_label: "Ruby 3.4" |
75 | 71 | step_name: "Run RuboCop" |
76 | 72 | script_file: "fmt" |
77 | | -ruby_version: "2.7" |
| 73 | +ruby_version: "3.4" |
78 | 74 | steps: |
79 | 75 | - name: Checkout Repository |
80 | 76 | uses: actions/checkout@v4 |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。