Skip to content

Commit

Permalink
remove support for PHP 8.1 as moodle decided to silently remove PHP 8…
Browse files Browse the repository at this point in the history
….1 support for all currently supported moodle versions #MDL-83470
  • Loading branch information
Glutamat42 committed Dec 13, 2024
1 parent d1df2c4 commit 991228d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugin_compatibility.json
Original file line number Diff line number Diff line change
@@ -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"
]
Expand Down

0 comments on commit 991228d

Please sign in to comment.