commit: aab524af88d4ac4ca8e8a6c97c939f5b80d443f4 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Fri Jan 21 15:23:12 2022 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Fri Jan 21 15:23:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab524af
profiles: Bump default PHP targets Remove 7.3 Add 8.0 Signed-off-by: Brian Evans <grknight <AT> gentoo.org> 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 8b1a489be4ad..7c4cc85f1cbc 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -166,7 +166,7 @@ POSTGRES_TARGETS="postgres12 postgres13" # 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-3 php7-4" +PHP_TARGETS="php7-4 php8-0" # Alfredo Tupone <[email protected]> (2019-09-03) #
