test: liquidsoap package from ppa is version 1.4.2 (#2233)
The PPA was previously not properly installed in the dev container.
Partial cherry-pick from 499f4d37ed
This commit is contained in:
parent
26bcb6a90d
commit
730548b891
|
@ -30,7 +30,7 @@ def test_get_liquidsoap_version():
|
||||||
LIQUIDSOAP_VERSION_MAP = {
|
LIQUIDSOAP_VERSION_MAP = {
|
||||||
"bionic": (1, 1, 1),
|
"bionic": (1, 1, 1),
|
||||||
"buster": (1, 3, 3),
|
"buster": (1, 3, 3),
|
||||||
"focal": (1, 4, 1),
|
"focal": (1, 4, 2),
|
||||||
"bullseye": (1, 4, 3),
|
"bullseye": (1, 4, 3),
|
||||||
"jammy": (2, 0, 2),
|
"jammy": (2, 0, 2),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue