Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd57ac0

Browse files
committed
packagecloud: update distros
Add Ubuntu lunar, which has come out since the last release, as well as Fedora 38, and remove Fedora 36, which is now EOL.
1 parent c9fcc4d commit dd57ac0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

script/packagecloud.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
],
4646
"rocky/9" => [
4747
"el/9",
48-
"fedora/36", # EOL May 2023
4948
"fedora/37", # EOL November 2023
49+
"fedora/38", # EOL May 2024
5050
],
5151
# Debian EOL https://wiki.debian.org/LTS/
5252
# Ubuntu EOL https://wiki.ubuntu.com/Releases
@@ -63,6 +63,7 @@
6363
"debian/bullseye", # EOL June 2026
6464
"ubuntu/jammy", # EOL April 2027
6565
"ubuntu/kinetic", # EOL July 2023
66+
"ubuntu/lunar", # EOL January 2024
6667
"linuxmint/vanessa",# EOL April 2027
6768
"linuxmint/vera", # EOL April 2027
6869
],

0 commit comments

Comments
 (0)