From ef8eeba26c57e6c79022588c8883024824d9b99f Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 3 Jun 2022 01:48:25 +0200 Subject: [PATCH 1/3] MDL-71747 environment: 4.1 base information This is a direct copy of the 4.0 information, to have the changes under control in the next commit. --- admin/environment.xml | 192 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 192 insertions(+) diff --git a/admin/environment.xml b/admin/environment.xml index 13c205a665e..42662cfd1d1 100644 --- a/admin/environment.xml +++ b/admin/environment.xml @@ -3733,4 +3733,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 140f43198d381acc465a549237072f3a5764a896 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 3 Jun 2022 01:52:52 +0200 Subject: [PATCH 2/3] MDL-71747 environment: Apply agreed changes - PHP 7.4 required. - Moodle 3.9 required. - MariaDB 10.4 required. - PostgreSQL 12 required. - Oracle 19c required. --- admin/environment.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/environment.xml b/admin/environment.xml index 42662cfd1d1..9a8119e7918 100644 --- a/admin/environment.xml +++ b/admin/environment.xml @@ -3733,20 +3733,20 @@ - + - + - + - + - + From ee2e8890f845ee0b0cfd3f8cdcfcc28c02d0bd34 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Thu, 7 Jul 2022 20:46:59 +0200 Subject: [PATCH 3/3] MDL-71747 environment: Ensure that check_xmlrpc_usage is in >=39 This is a partial backport of MDL-73270 to ensure that the check_xmlrpc_usage custom check is present in all the supported branches and it's applied to all branches able to run php80: - MOODLE_311_STABLE - MOODLE_400_STABLE - master (aka, 4.1 and up) Note that the whole patch has not been backported, only the environmental check (xml file and check implementation). --- admin/environment.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/environment.xml b/admin/environment.xml index 9a8119e7918..83cb965ea48 100644 --- a/admin/environment.xml +++ b/admin/environment.xml @@ -3539,6 +3539,8 @@ + +