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 c504746 commit 811a198
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions plugin_compatibility.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
[
{
"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"]
"PHP": [
"8.2",
"8.3"
]
}
]

0 comments on commit 811a198

Please sign in to comment.