Remove PHP 7.3 from supported versions

This commit is contained in:
Ondřej Surý 2020-03-23 12:05:50 +01:00
parent 0d34358604
commit 4a40fc8766

2
debian/rules vendored
View file

@ -10,7 +10,7 @@
include /usr/share/dpkg/default.mk
PHP_DEFAULT_VERSION := 7.4
PHP_SUPPORTED_VERSIONS := 7.3 7.4
PHP_SUPPORTED_VERSIONS := 7.4
, := ,
PHP_DEV_PACKAGES := $(addprefix php,$(addsuffix -dev$(,),$(PHP_SUPPORTED_VERSIONS))), $(addprefix php,$(addsuffix -json$(,),$(PHP_SUPPORTED_VERSIONS)))