From bcf1befef89f9cf3924791d1eb688a1a15e9b9d0 Mon Sep 17 00:00:00 2001 From: rxu Date: Sun, 18 Jun 2023 10:29:26 +0700 Subject: [PATCH] [ticket/17148] Bump PostgreSQL minimum requirement to 9.4+ master branch uses Doctrine 3 which provides specific platform only for PostgreSQL 9.4 and above. Also bump maximum PHP requirement to PHP 8.2 as it is infact. PHPBB3-17148 --- phpBB/docs/INSTALL.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index fa8d190ac7..1e73e19cd9 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -141,13 +141,13 @@ -
  • PHP 7.3.0+ up to and including PHP 8.1 with support for the database you intend to use.
  • +
  • PHP 7.3.0+ up to and including PHP 8.2 with support for the database you intend to use.
  • The following PHP modules are required: