Documentation location/URL
https://www.drupal.org/about/core/policies/core-release-cycles
Problem/Motivation
Searching for "drupal supported versions" returns the "Drupal core release cycle: major, minor, and patch releases" page as the top and/or most likely result, but there is not clear or prominent placement of what versions of Drupal are under active or security support and dates when that support will end.
The closest we have to this is the image in the "Overview: Major, minor, and patch release schedule" section, but it is more for illustrating the concept as the data is out of date.
Proposed resolution
Add a table showing currently supported Drupal versions, their release dates, and the dates support will end.. I was inspired by PHP's Supported Versions page. I have mocked up a prototype here: https://codepen.io/markdorison/pen/vYVJBVy

| Comment | File | Size | Author |
|---|---|---|---|
| CleanShot 2023-04-28 at 12.44.20@2x.png | 107.21 KB | markdorison |
Comments
Comment #2
markdorisonIf this page is not the best home for a table like this, another option would be to create a new, more targeted page.
Comment #3
avpadernoDrupal core release cycle: major, minor, and patch releases is part of the Core development policies and practices documentation guide. As such, it describes the policy. Saying when each Drupal releases are EOL is probably the task of another documentation page.
Comment #4
markdorison@apaderno Thanks for the feedback!
I went ahead and created a new page for this: Core Supported Versions
Is there any way to add styles to the table to preserve the color coding I show in the example?
Comment #5
avpadernoApparently no, since inline CSS styles are removed.
Comment #6
avpadernoComment #7
ressaThis is a great idea @markdorison! Should I create a sketch based on the template in #3399348: Commit a mermaid version of the core release cycle diagram to core?
Comment #8
avpaderno