0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-13 08:08:57 +02:00

Drop support for EOL Ubuntu 21.04 (#11961)

This commit is contained in:
Shay 2022-02-10 13:59:42 -08:00 committed by GitHub
parent df36945ff0
commit 1e12efa1b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1 @@
No longer build `.deb` packages for Ubuntu 21.04 Hirsute Hippo, which has now EOLed.

View file

@ -25,7 +25,6 @@ DISTS = (
"debian:bookworm",
"debian:sid",
"ubuntu:focal", # 20.04 LTS (our EOL forced by Py38 on 2024-10-14)
"ubuntu:hirsute", # 21.04 (EOL 2022-01-05)
"ubuntu:impish", # 21.10 (EOL 2022-07)
)