From 3685815fb99923f35a19a4a9f8af438e457df678 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Tue, 9 Oct 2018 10:56:05 -0400 Subject: [PATCH] profiles: base/make.defaults - Change PHP_TARGETS default php 7.0 will be soon deprecated. Move default target to 7.1 with 5.6 legacy until that is masked 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 6e1ada342cf9..8e489bf49e13 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -161,4 +161,4 @@ POSTGRES_TARGETS="postgres9_5 postgres10" # 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="php5-6 php7-0" +PHP_TARGETS="php5-6 php7-1" -- 2.26.2