Skip to content

Commit

Permalink
fix(barcalendar): add MySQL 8.1 to the list since that's Tutor's vers…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
Ned Batchelder committed Aug 17, 2023
1 parent 1106c7d commit 2a51bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion barcalendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,11 +534,12 @@ def parse_version_name(line):
cal.gap_line()

# MySQL releases
cal.section_note("https://endoflife.software/applications/databases/mysql")
cal.section_note("https://endoflife.date/mysql")
mysql_releases = [
('5.6', 2013, 2, 2021, 2),
('5.7', 2015, 10, 2023, 10),
('8.0', 2018, 4, 2026, 4),
('8.1', 2023, 6, 2024, 9), # Not sure of the real support dates.
]
for name, syear, smonth, eyear, emonth in mysql_releases:
cal.bar(
Expand Down

0 comments on commit 2a51bb8

Please sign in to comment.