Skip to content

Update branch status #3534

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions _data/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,17 @@
expected_eol_date: 2027-03-31

- name: 3.2
status: normal maintenance
status: security maintenance
date: 2022-12-25
security_maintenance_date:
security_maintenance_date: 2025-04-01
eol_date:
expected_eol_date: 2026-03-31

- name: 3.1
status: security maintenance
status: eol
date: 2021-12-25
security_maintenance_date: 2024-04-01
eol_date:
expected_eol_date: 2025-03-31
eol_date: 2025-03-26

- name: 3.0
status: eol
Expand Down
12 changes: 2 additions & 10 deletions _data/downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@ stable:

- 3.4.2
- 3.3.7
- 3.2.7
- 3.2.8

# optional
security_maintenance:

- 3.1.6

# optional
eol:

- 3.0.7
- 3.1.7

stable_snapshots:

Expand All @@ -44,13 +43,6 @@ stable_snapshots:
zip: https://cache.ruby-lang.org/pub/ruby/snapshot/snapshot-ruby_3_2.zip
version: '3.2'

- branch: ruby_3_1
url:
gz: https://cache.ruby-lang.org/pub/ruby/snapshot/snapshot-ruby_3_1.tar.gz
xz: https://cache.ruby-lang.org/pub/ruby/snapshot/snapshot-ruby_3_1.tar.xz
zip: https://cache.ruby-lang.org/pub/ruby/snapshot/snapshot-ruby_3_1.zip
version: '3.1'

nightly_snapshot:

url:
Expand Down