From cac055b5696f94cc12396f7fbfcb33799821bc17 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Sun, 19 Jul 2020 14:08:34 -0400 Subject: profiles: Add php7-3 target by default Closes: https://bugs.gentoo.org/694008 Signed-off-by: Brian Evans --- profiles/base/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index c8b3fcdddc14..1ac69f51ec90 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -163,7 +163,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" +PHP_TARGETS="php7-2 php7-3" # Alfredo Tupone (2019-09-03) # -- cgit v1.2.3-18-g5258