We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee2fe3 commit ada42b0Copy full SHA for ada42b0
.github/workflows/config.json
@@ -2,8 +2,10 @@
2
"main-moodle": "MOODLE_405_STABLE",
3
"main-php": "8.3",
4
"moodle-php": {
5
- "MOODLE_403_STABLE": ["8.0", "8.2"],
6
- "MOODLE_404_STABLE": ["8.1", "8.3"],
+ "MOODLE_401_STABLE": ["7.4", "8.1"],
+ "MOODLE_402_STABLE": ["8.1", "8.2"],
7
+ "MOODLE_403_STABLE": ["8.1", "8.2"],
8
+ "MOODLE_404_STABLE": ["8.2", "8.3"],
9
"MOODLE_405_STABLE": ["8.1", "8.2", "8.3"]
10
},
11
"moodle-plugin-ci": "4.5.5"
version.php
@@ -30,7 +30,7 @@
30
31
$plugin->component = 'mod_moodleoverflow';
32
$plugin->version = 2025050100;
33
-$plugin->requires = 2024100700;
+$plugin->requires = 2022112800;
34
$plugin->release = 'v4.5-r1';
35
$plugin->supported = [401, 405];
36
$plugin->maturity = MATURITY_STABLE;
0 commit comments