diff options
author | 2022-01-21 10:23:12 -0500 | |
---|---|---|
committer | 2022-01-21 10:23:12 -0500 | |
commit | aab524af88d4ac4ca8e8a6c97c939f5b80d443f4 (patch) | |
tree | cf80d0337c07272cd2ae72ffd61a5d3f125c7f46 /profiles | |
parent | profiles: Mask PHP 7.3 as end of life (diff) | |
download | gentoo-aab524af88d4ac4ca8e8a6c97c939f5b80d443f4.tar.gz gentoo-aab524af88d4ac4ca8e8a6c97c939f5b80d443f4.tar.bz2 gentoo-aab524af88d4ac4ca8e8a6c97c939f5b80d443f4.zip |
profiles: Bump default PHP targets
Remove 7.3
Add 8.0
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
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 <tupone@gentoo.org> (2019-09-03) # |