From 90b8b6e4adb5303e0d9d6a94a2caf00351f14bd4 Mon Sep 17 00:00:00 2001 From: Markus Heck Date: Tue, 17 Dec 2024 12:35:44 +0100 Subject: [PATCH] re-add php 8.1 --- plugin_compatibility.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin_compatibility.json b/plugin_compatibility.json index 269ea5c..5feec3a 100644 --- a/plugin_compatibility.json +++ b/plugin_compatibility.json @@ -2,6 +2,7 @@ { "moodle": "MOODLE_404_STABLE", "PHP": [ + "8.1", "8.2", "8.3" ] @@ -9,6 +10,7 @@ { "moodle": "MOODLE_405_STABLE", "PHP": [ + "8.1", "8.2", "8.3" ]