File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ abstract class DatabaseHelper
3636 * @var string
3737 * @since 4.0.0
3838 */
39- protected static $ dbMinimumMariaDb = '10.1 ' ;
39+ protected static $ dbMinimumMariaDb = '10.4 ' ;
4040
4141 /**
4242 * The minimum database server version for MySQL databases as required by the CMS.
@@ -45,7 +45,7 @@ abstract class DatabaseHelper
4545 * @var string
4646 * @since 4.0.0
4747 */
48- protected static $ dbMinimumMySql = '5.6 ' ;
48+ protected static $ dbMinimumMySql = '8.0.13 ' ;
4949
5050 /**
5151 * The minimum database server version for PostgreSQL databases as required by the CMS.
@@ -54,7 +54,7 @@ abstract class DatabaseHelper
5454 * @var string
5555 * @since 4.0.0
5656 */
57- protected static $ dbMinimumPostgreSql = '11 .0 ' ;
57+ protected static $ dbMinimumPostgreSql = '12 .0 ' ;
5858
5959 /**
6060 * Method to get a database driver.
You can’t perform that action at this time.
0 commit comments