Skip to content

Commit

Permalink
profiles/base: change to PHP_TARGETS="php8-1"
Browse files Browse the repository at this point in the history
Needed for OpenSSL 3. As noted in the PR, php7-4 is EOL and 8-0 is security-support
only, so let's zoom ahead to solely 8-1.

Bug: https://bugs.gentoo.org/797676
Closes: #31579
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Jun 23, 2023
1 parent d94501e commit cf60cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/base/make.defaults
Expand Up @@ -168,7 +168,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-4 php8-0"
PHP_TARGETS="php8-1"

# Alfredo Tupone <tupone@gentoo.org> (2022-11-16)
#
Expand Down

0 comments on commit cf60cdd

Please sign in to comment.