Skip to content

Commit 0bb5ad9

Browse files
committed
👷 Ruby 2.3 is tested heavily by caboose.yml
1 parent ca3ca12 commit 0bb5ad9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/ancient.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: MRI 2.3, 2.4, 2.5 (EOL)
1+
name: MRI 2.4, 2.5 (EOL)
22

33
permissions:
44
contents: read
@@ -34,13 +34,14 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
include:
37-
# Ruby 2.3
38-
- ruby: "ruby-2.3"
39-
appraisal: "ruby-2-3"
40-
exec_cmd: "rake test"
41-
gemfile: "Appraisal.root"
42-
rubygems: "3.3.27"
43-
bundler: "2.3.27"
37+
# Ruby 2.3 is tested heavily by caboose.yml
38+
# # Ruby 2.3
39+
# - ruby: "ruby-2.3"
40+
# appraisal: "ruby-2-3"
41+
# exec_cmd: "rake test"
42+
# gemfile: "Appraisal.root"
43+
# rubygems: "3.3.27"
44+
# bundler: "2.3.27"
4445

4546
# Ruby 2.4
4647
- ruby: "ruby-2.4"

0 commit comments

Comments
 (0)