From 76f1e59caff340749d07e360035e56ad25dd31d2 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Thu, 3 Sep 2020 18:13:07 +0200 Subject: profiles: Add php7-4 target by default Signed-off-by: Thomas Deutschmann --- profiles/base/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles') diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index ebcbbe0ad388..5b8552b7c2d2 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -166,7 +166,7 @@ POSTGRES_TARGETS="postgres10 postgres11" # Moreover, it should only contain targets that have a stable version # of PHP, to avoid pulling in an unstable PHP on stable systems. # -PHP_TARGETS="php7-2 php7-3" +PHP_TARGETS="php7-2 php7-3 php7-4" # Alfredo Tupone (2019-09-03) # -- cgit v1.2.3-65-gdbad