feat: debian 11 support (#1292)

* Debian 11 Support

Run api ci test on bullseye as well

* Silan does not work for mp3 on bullseye

* Liquisoap does not fail with wma files on bullseye
This commit is contained in:
Jonas L 2021-11-09 10:21:40 +01:00 committed by GitHub
parent 452dd64970
commit 4057c88cf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 77 additions and 49 deletions

View file

@ -1,10 +1,10 @@
# This file contains a list of package dependencies.
[common]
apache2 = buster, bionic, focal
apache2 = buster, bullseye, bionic, focal
# The php-pear package depends on php-(cli|common|xml), be sure to
# install the dependencies with the right php version.
php-pear = buster, bionic, focal
php-amqplib = buster, bionic, focal
php-pear = buster, bullseye, bionic, focal
php-amqplib = buster, bullseye, bionic, focal
# Bionic
[php7.2]
@ -39,18 +39,18 @@ php7.3-mbstring = buster
php7.3-pgsql = buster
php7.3-xml = buster
# Focal
# Bullseye, Focal
[php7.4]
libapache2-mod-php7.4 = focal
php7.4 = focal
php7.4-apcu = focal
php7.4-apcu-bc = focal
php7.4-bcmath = focal
php7.4-cli = focal
php7.4-common = focal
php7.4-curl = focal
php7.4-dev = focal
php7.4-gd = focal
php7.4-mbstring = focal
php7.4-pgsql = focal
php7.4-xml = focal
libapache2-mod-php7.4 = bullseye, focal
php7.4 = bullseye, focal
php7.4-apcu = bullseye, focal
php7.4-apcu-bc = bullseye, focal
php7.4-bcmath = bullseye, focal
php7.4-cli = bullseye, focal
php7.4-common = bullseye, focal
php7.4-curl = bullseye, focal
php7.4-dev = bullseye, focal
php7.4-gd = bullseye, focal
php7.4-mbstring = bullseye, focal
php7.4-pgsql = bullseye, focal
php7.4-xml = bullseye, focal