From 991228db469c1fc822e5a665c237538e04361d2d Mon Sep 17 00:00:00 2001 From: Markus Heck Date: Fri, 13 Dec 2024 23:04:39 +0100 Subject: [PATCH] remove support for PHP 8.1 as moodle decided to silently remove PHP 8.1 support for all currently supported moodle versions #MDL-83470 --- plugin_compatibility.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugin_compatibility.json b/plugin_compatibility.json index d816c0f..269ea5c 100644 --- a/plugin_compatibility.json +++ b/plugin_compatibility.json @@ -1,12 +1,14 @@ [ { "moodle": "MOODLE_404_STABLE", - "PHP": ["8.1", "8.2", "8.3"] + "PHP": [ + "8.2", + "8.3" + ] }, { "moodle": "MOODLE_405_STABLE", "PHP": [ - "8.1", "8.2", "8.3" ]