commit:     52bed2676755bd367ded48a020d19b763d5ba0ac
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri May 31 13:36:35 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 12:41:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52bed267

profiles/base: make.defaults: switch PHP_TARGETS to php8-2

Closes: https://github.com/gentoo/gentoo/pull/36919
Closes: https://bugs.gentoo.org/918893
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>

 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 7d731fd07cf1..9e2150f9a539 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -164,7 +164,7 @@ POSTGRES_TARGETS="postgres15"
 # 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="php8-1"
+PHP_TARGETS="php8-2"
 
 # Alfredo Tupone <tup...@gentoo.org> (2024-03-15)
 #

Reply via email to