feat: add support for Ubuntu Focal 20.04 (#1168)

Co-authored-by: Valerio Bozzolan <gnu@linux.it>
This commit is contained in:
Kyle Robbertze 2021-11-04 07:55:50 +00:00 committed by GitHub
parent 3d20af5fae
commit 7182390000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 73 additions and 41 deletions

View file

@ -1,10 +1,10 @@
# This file contains a list of package dependencies.
[common]
apache2 = buster, bionic
apache2 = buster, 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
php-amqplib = buster, bionic
php-pear = buster, bionic, focal
php-amqplib = buster, bionic, focal
# Bionic
[php7.2]
@ -38,3 +38,19 @@ php7.3-gd = buster
php7.3-mbstring = buster
php7.3-pgsql = buster
php7.3-xml = buster
# 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 = buster, focal