feat: drop Ubuntu Bionic support

Fixes #2035
This commit is contained in:
jo 2022-09-09 19:52:46 +02:00 committed by Kyle Robbertze
parent 26bcb6a90d
commit 448cff7600
21 changed files with 54 additions and 196 deletions

View file

@ -2,40 +2,21 @@
[common]
# The php-pear package depends on php-(cli|common|xml), be sure to
# install the dependencies with the right php version.
php-pear = buster, bullseye, bionic, focal
php-amqplib = buster, bullseye, bionic, focal
php-pear = buster, bullseye, focal
php-amqplib = buster, bullseye, focal
[locale]
gettext = buster, bullseye, bionic, focal
gettext = buster, bullseye, focal
# [apache]
# apache2 = buster, bullseye, bionic, focal
# libapache2-mod-php7.2 = bionic
# apache2 = buster, bullseye, focal
# libapache2-mod-php7.3 = buster
# libapache2-mod-php7.4 = bullseye, focal
[php-fpm]
php7.2-fpm = bionic
php7.3-fpm = buster
php7.4-fpm = bullseye, focal
# Bionic
[php7.2]
php7.2 = bionic
php7.2-apcu = bionic
# Bionic does not have php7.2-apcu-bc, use php-apcu-bc instead
php-apcu-bc = bionic # php7.2-apcu-bc = bionic
php7.2-bcmath = bionic
php7.2-cli = bionic
php7.2-common = bionic
php7.2-curl = bionic
php7.2-dev = bionic
php7.2-gd = bionic
php7.2-mbstring = bionic
php7.2-pgsql = bionic
php7.2-xml = bionic
php7.2-yaml = bionic
# Buster
[php7.3]
php7.3 = buster