Skip to content

Commit ada42b0

Browse files
committed
require Moodle 4.1
1 parent 8ee2fe3 commit ada42b0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/config.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
"main-moodle": "MOODLE_405_STABLE",
33
"main-php": "8.3",
44
"moodle-php": {
5-
"MOODLE_403_STABLE": ["8.0", "8.2"],
6-
"MOODLE_404_STABLE": ["8.1", "8.3"],
5+
"MOODLE_401_STABLE": ["7.4", "8.1"],
6+
"MOODLE_402_STABLE": ["8.1", "8.2"],
7+
"MOODLE_403_STABLE": ["8.1", "8.2"],
8+
"MOODLE_404_STABLE": ["8.2", "8.3"],
79
"MOODLE_405_STABLE": ["8.1", "8.2", "8.3"]
810
},
911
"moodle-plugin-ci": "4.5.5"

version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
$plugin->component = 'mod_moodleoverflow';
3232
$plugin->version = 2025050100;
33-
$plugin->requires = 2024100700;
33+
$plugin->requires = 2022112800;
3434
$plugin->release = 'v4.5-r1';
3535
$plugin->supported = [401, 405];
3636
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)