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:
Jonas L 2022-10-12 16:16:47 +02:00 committed by GitHub
parent 26bcb6a90d
commit 730548b891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ def test_get_liquidsoap_version():
LIQUIDSOAP_VERSION_MAP = {
"bionic": (1, 1, 1),
"buster": (1, 3, 3),
"focal": (1, 4, 1),
"focal": (1, 4, 2),
"bullseye": (1, 4, 3),
"jammy": (2, 0, 2),
}