Skip to content

Commit

Permalink
no need for ruby-2.5 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Nov 30, 2023
1 parent f46e1c7 commit 9dc7f28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,6 @@ axes:
display_name: ruby-2.6
variables:
RVM_RUBY: ruby-2.6
- id: ruby-2.5
display_name: ruby-2.5
variables:
RVM_RUBY: ruby-2.5
- id: jruby-9.3
display_name: jruby-9.3
variables:
Expand Down Expand Up @@ -360,7 +356,7 @@ buildvariants:

- matrix_name: "activesupport-5-6"
matrix_spec:
ruby: ["ruby-3.0", "ruby-2.7", "ruby-2.6", "ruby-2.5"]
ruby: ["ruby-3.0", "ruby-2.7", "ruby-2.6"]
all-os: rhel
as: [ '5.1', '5.2', '6.0', '6.1' ]
display_name: "AS ${as} ${ruby}, ${all-os}"
Expand Down
4 changes: 2 additions & 2 deletions .evergreen/update-evergreen-configs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module ConfigProcessor

# older Ruby versions provided by 10gen/mongo-ruby-toolchain
def older_rubies
@older_rubies ||= %w[ ruby-3.0 ruby-2.7 ruby-2.6 ruby-2.5 ]
@older_rubies ||= %w[ ruby-3.0 ruby-2.7 ruby-2.6 ]
end

# all supported JRuby versions provided by 10gen/mongo-ruby-toolchain
Expand All @@ -113,7 +113,7 @@ module ConfigProcessor
def supported_mri_rubies
@supported_mri_rubies ||= %w[
ruby-3.2 ruby-3.1 ruby-3.0
ruby-2.7 ruby-2.6 ruby-2.5
ruby-2.7 ruby-2.6
]
end

Expand Down

0 comments on commit 9dc7f28

Please sign in to comment.