Bump the default and supported version to PHP 8.2

This commit is contained in:
Ondřej Surý 2022-07-13 10:19:11 +02:00 committed by David Prévot
parent 65448972dc
commit 76f5b504d8

6
debian/rules vendored
View file

@ -9,9 +9,9 @@
include /usr/share/dpkg/default.mk
PHP_DEFAULT_VERSION := 8.1
PHP_SUPPORTED_VERSIONS := 8.1
PHP_BREAKS_VERSIONS := 5.6 7.0 7.1 7.2 7.3 7.4 8.0
PHP_DEFAULT_VERSION := 8.2
PHP_SUPPORTED_VERSIONS := 8.2
PHP_BREAKS_VERSIONS := 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
, := ,
PHP_DEV_PACKAGES := $(addprefix php,$(addsuffix -dev$(,),$(PHP_SUPPORTED_VERSIONS))), $(addprefix php,$(addsuffix -json$(,),$(PHP_SUPPORTED_VERSIONS))), $(addprefix php,$(addsuffix -xml$(,),$(PHP_SUPPORTED_VERSIONS))), $(addprefix php,$(addsuffix -mbstring$(,),$(PHP_SUPPORTED_VERSIONS)))