Skip to content

Commit

Permalink
AlmaLinux: Update EoL dates
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed May 24, 2024
1 parent 5f58350 commit ad5c648
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/puppet_metadata/operatingsystem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ class OperatingSystem
# The EOL dates for the various operating systems
# @see .eol_date
EOL_DATES = {
# https://almalinux.org/ FAQ at the bottom
# https://wiki.almalinux.org/release-notes/
'AlmaLinux' => {
'9' => nil,
'8' => '2029-05-31',
'9' => '2027-05-31',
'8' => '2024-05-31',
},
# https://endoflife.software/operating-systems/linux/centos
'CentOS' => {
Expand Down

0 comments on commit ad5c648

Please sign in to comment.