commit: 86f49c8d541b98916deec192bbea7faa5ec18707 Author: Bertrand Jacquin <bertrand <AT> jacquin <DOT> bzh> AuthorDate: Fri Jul 4 17:59:07 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sat Jul 5 20:29:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f49c8d
profiles/base: update default PHP_TARGETS to 8.3 Closes: https://bugs.gentoo.org/959493 Closes: https://github.com/gentoo/gentoo/pull/42867 Signed-off-by: Bertrand Jacquin <bertrand <AT> jacquin.bzh> Signed-off-by: Michael Orlitzky <mjo <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 047400302b66..8ffe7de57ac9 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -164,7 +164,7 @@ POSTGRES_TARGETS="postgres17" # 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-2" +PHP_TARGETS="php8-3" # Sam James <[email protected]> (2025-02-19) #
